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

Serialized Wincon. More...

#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.
 

Detailed Description

Serialized Wincon.

Packed struct. Can be turned into a Wincon with deser_Wincon(). Can be obtained from a Wincon with ser_Wincon().

See also
Wincon
deser_Wincon()
ser_Wincon()

Field Documentation

◆ class

int32_t SerWincon::class

Defines which kind of winconClass the instance relates to.

◆ current_val

int8_t SerWincon::current_val

Defines the current progress.

◆ target_val

int8_t SerWincon::target_val

Defines the total progress.


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