|
VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
|
Represents a pet in your companion stable More...
Properties | |
| uint | PetDid [get] |
| 0x70 id of the pet so you can look up more data if you want More... | |
| string | PetType [get] |
| We look up the name of the pet type for you, at least More... | |
| bool | CanRename [get] |
| whether or not you can rename the pet. By default, you're allowed 1 rename when you acquire it. More... | |
| string | Name [get] |
| The current name. If it has not been renamed, it usually matches the PetType value. More... | |
| IReadOnlyCollection< uint > | TrickDids [get] |
| Dids of the tricks the pet knows. More... | |
| IReadOnlyCollection< uint > | GearDids [get] |
| Dids of the gear/cosmetics available to the pet. More... | |
| IPropertyCollection | PropertyCollection [get] |
| raw property data that came with the pet. Everything but the Did is parsed from here. More... | |
Represents a pet in your companion stable