GW2v2MountType
@Serializable
Information about a mount type.
Parameters
id
the mount type's ID
name
the mount type's name
defaultSkin
the ID of the mount type's default skin
skins
the IDs of the skins available for the mount type
skills
the mount type's skills
Constructors
Link copied to clipboard
constructor(id: GW2MountTypeId, name: String, defaultSkin: GW2MountSkinId, skins: List<GW2MountSkinId>, skills: List<GW2v2MountType.Skill>)
Properties
Link copied to clipboard
This field holds the ID of the mount type's default skin.
Link copied to clipboard
This field holds the mount type's ID.
Link copied to clipboard
This field holds the mount type's skills.
Link copied to clipboard
This field holds the IDs of the skins available for the mount type.