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

Serialized Perk. More...

#include <ser_core.h>

Data Fields

int32_t class
 Defines which kind of Perk the instance relates to.
 
int32_t innerValue
 Contains an integer for perks that need a state.
 

Detailed Description

Serialized Perk.

Packed struct. Can be turned into a Perk with deser_Perk(). Can be obtained from a Perk with ser_Perk().

See also
Perk
deser_Perk()
ser_Perk()

Field Documentation

◆ class

int32_t SerPerk::class

Defines which kind of Perk the instance relates to.

◆ innerValue

int32_t SerPerk::innerValue

Contains an integer for perks that need a state.


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