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

Serialized Consumable. More...

#include <ser_core.h>

Data Fields

int32_t class
 Defines which kind of Consumable this is.
 
int32_t qty
 Indicates how many copies of the consumable the instance of this class holds.
 

Detailed Description

Serialized Consumable.

Packed struct. Can be turned into a Consumable with deser_Consumable(). Can be obtained from a Consumable with ser_Consumable().

See also
Consumable
deser_Consumable()
ser_Consumable()

Field Documentation

◆ class

int32_t SerConsumable::class

Defines which kind of Consumable this is.

◆ qty

int32_t SerConsumable::qty

Indicates how many copies of the consumable the instance of this class holds.


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