PKMMoveAilment
public class PKMMoveAilment: Mappable
Move Ailments are status conditions caused by moves used during battle. See Bulbapedia for greater detail.
-
The identifier for this move ailment resource
Declaration
Swift
public var id: Int? -
The name for this move ailment resource
Declaration
Swift
public var name: String? -
A list of moves that cause this ailment
Declaration
Swift
public var moves: [PKMNamedAPIResource]? -
The name of this move ailment listed in different languages
Declaration
Swift
public var names: [PKMName]? -
Undocumented
Declaration
Swift
public class PKMMoveAilment: Mappable -
Undocumented
Declaration
Swift
public class PKMMoveAilment: Mappable
View on GitHub
PKMMoveAilment Class Reference