PKMAbilityPokemon

public class PKMAbilityPokemon: Mappable

Ability Pokemon

  • Whether or not this a hidden ability for the referenced Pokémon

    Declaration

    Swift

    public var isHidden: Bool?
  • Pokémon have 3 ability ‘slots’ which hold references to possible abilities they could have. This is the slot of this ability for the referenced pokemon.

    Declaration

    Swift

    public var slot: Int?
  • The Pokémon this ability could belong to

    Declaration

    Swift

    public var pokemon: PKMNamedAPIResource?
  • Undocumented

    Declaration

    Swift

    public class PKMAbilityPokemon: Mappable
  • Undocumented

    Declaration

    Swift

    public class PKMAbilityPokemon: Mappable