helapordo 1.4.12
|
#include <ser_core.h>
Data Fields | |
int32_t | class |
Defines which kind of chesteClass the instance relates to. | |
int32_t | consumablesCount |
Defines how many consumables the chest contains. | |
SerConsumable | consumables [CHEST_CONSUMABLES_MAX] |
The contained consumables. | |
int32_t | equipsCount |
Defines how many equips the chest contains. | |
SerEquip | equips [CHEST_EQUIPS_MAX] |
The contained equips. | |
Serialized Chest.
Packed struct. Can be turned into a Chest with deser_Chest(). Can be obtained from a Chest with ser_Chest().
int32_t SerChest::class |
Defines which kind of chesteClass the instance relates to.
SerConsumable SerChest::consumables[CHEST_CONSUMABLES_MAX] |
The contained consumables.
int32_t SerChest::consumablesCount |
Defines how many consumables the chest contains.
SerEquip SerChest::equips[CHEST_EQUIPS_MAX] |
The contained equips.
int32_t SerChest::equipsCount |
Defines how many equips the chest contains.