helapordo 1.4.12
|
Serialized Turncounter. More...
#include <ser_core.h>
Data Fields | |
int32_t | count |
Defines the current count. | |
int32_t | innerValue |
Contains an integer for counters that need a state. | |
int32_t | type |
Defines which kind of Countertype the instance relates to. | |
Serialized Turncounter.
Packed struct. Can be turned into a Turncounter with deser_turnCounter(). Can be obtained from a Turncounter with ser_turnCounter().
int32_t SerTurncounter::count |
Defines the current count.
int32_t SerTurncounter::innerValue |
Contains an integer for counters that need a state.
int32_t SerTurncounter::type |
Defines which kind of Countertype the instance relates to.