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

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.
 

Detailed Description

Serialized Turncounter.

Packed struct. Can be turned into a Turncounter with deser_turnCounter(). Can be obtained from a Turncounter with ser_turnCounter().

See also
Turncounter
deser_turnCounter()
ser_turnCounter()

Field Documentation

◆ count

int32_t SerTurncounter::count

Defines the current count.

◆ innerValue

int32_t SerTurncounter::innerValue

Contains an integer for counters that need a state.

◆ type

int32_t SerTurncounter::type

Defines which kind of Countertype the instance relates to.


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