helapordo 1.4.12
|
#include <ser_core.h>
Data Fields | |
int32_t | class |
Defines which kind of winconClass the instance relates to. | |
int8_t | current_val |
Defines the current progress. | |
int8_t | target_val |
Defines the total progress. | |
Serialized Wincon.
Packed struct. Can be turned into a Wincon with deser_Wincon(). Can be obtained from a Wincon with ser_Wincon().
int32_t SerWincon::class |
Defines which kind of winconClass the instance relates to.
int8_t SerWincon::current_val |
Defines the current progress.
int8_t SerWincon::target_val |
Defines the total progress.