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

Serialized Skillslot. More...

#include <ser_core.h>

Data Fields

int32_t class
 Defines which kind of Skillslot the instance relates to.
 
int8_t enabled
 Flag defining if the slot is initialised.
 

Detailed Description

Serialized Skillslot.

Packed struct. Can be turned into a Skillslot with deser_Skillslot(). Can be obtained from a Skillslot with ser_Skillslot().

See also
Skillslot
deser_Skillslot()
ser_Skillslot()

Field Documentation

◆ class

int32_t SerSkillslot::class

Defines which kind of Skillslot the instance relates to.

◆ enabled

int8_t SerSkillslot::enabled

Flag defining if the slot is initialised.


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