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

Serialized Equipslot. More...

#include <ser_core.h>

Data Fields

int32_t type
 Defines which kind of Equipzone the instance relates to.
 
int8_t active
 Flag indicating the instance as currently in use if set.
 

Detailed Description

Serialized Equipslot.

Packed struct. Can be turned into an Equipslot with deser_Equipslot(). Can be obtained from an Equipslot with ser_Equipslot().

See also
Equipslot
deser_Equipslot()
ser_Equipslot()

Field Documentation

◆ active

int8_t SerEquipslot::active

Flag indicating the instance as currently in use if set.

◆ type

int32_t SerEquipslot::type

Defines which kind of Equipzone the instance relates to.


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