helapordo 1.4.12
Loading...
Searching...
No Matches
SerChest Struct Reference

Serialized Chest. More...

#include <ser_core.h>

Collaboration diagram for SerChest:

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.
 

Detailed Description

Serialized Chest.

Packed struct. Can be turned into a Chest with deser_Chest(). Can be obtained from a Chest with ser_Chest().

See also
Chest
deser_Chest()
ser_Chest()

Field Documentation

◆ class

int32_t SerChest::class

Defines which kind of chesteClass the instance relates to.

◆ consumables

SerConsumable SerChest::consumables[CHEST_CONSUMABLES_MAX]

The contained consumables.

◆ consumablesCount

int32_t SerChest::consumablesCount

Defines how many consumables the chest contains.

◆ equips

SerEquip SerChest::equips[CHEST_EQUIPS_MAX]

The contained equips.

◆ equipsCount

int32_t SerChest::equipsCount

Defines how many equips the chest contains.


The documentation for this struct was generated from the following file: