helapordo 1.4.12
|
Serialized Specialslot. More...
#include <ser_core.h>
Data Fields | |
int8_t | enabled |
Flag defining if the current slot is initialised. | |
int8_t | move |
Defines which kind of specialMove the slot is holding. | |
int8_t | cost |
Cost of use. | |
Serialized Specialslot.
Packed struct. Can be turned into a Specialslot with deser_Specialslot(). Can be obtained from a Specialslot with ser_Speciaslot().
int8_t SerSpecialslot::cost |
Cost of use.
int8_t SerSpecialslot::enabled |
Flag defining if the current slot is initialised.
int8_t SerSpecialslot::move |
Defines which kind of specialMove the slot is holding.