PKMMoveTarget

public class PKMMoveTarget: Mappable

Targets moves can be directed at during battle. Targets can be Pokémon, environments or even other moves.

  • id

    The identifier for this move target resource

    Declaration

    Swift

    public var id: Int?
  • The name for this move target resource

    Declaration

    Swift

    public var name: String?
  • The description of this move target listed in different languages

    Declaration

    Swift

    public var descriptions: [PKMDescription]?
  • A list of moves that that are directed at this target

    Declaration

    Swift

    public var moves: [PKMNamedAPIResource]?
  • The name of this move target listed in different languages

    Declaration

    Swift

    public var names: [PKMName]?
  • Undocumented

    Declaration

    Swift

    public class PKMMoveTarget: Mappable
  • Undocumented

    Declaration

    Swift

    public class PKMMoveTarget: Mappable