PKMItemAttribute
public class PKMItemAttribute: Mappable
Item attributes define particular aspects of items, e.g. usable in battle
or consumable
.
-
The identifier for this item attribute resource
Declaration
Swift
public var id: Int? -
The name for this item attribute resource
Declaration
Swift
public var name: String? -
A list of items that have this attribute
Declaration
Swift
public var items: [PKMNamedAPIResource]? -
The name of this item attribute listed in different languages
Declaration
Swift
public var names: [PKMName]? -
The description of this item attribute listed in different languages
Declaration
Swift
public var descriptions: [PKMDescription]? -
Undocumented
Declaration
Swift
public class PKMItemAttribute: Mappable -
Undocumented
Declaration
Swift
public class PKMItemAttribute: Mappable
View on GitHub
PKMItemAttribute Class Reference