|
helapordo 1.4.13
|
Represents the entity initialised from a perkClass. More...
#include <game_core.h>
Data Fields | |
| perkClass | class |
| Defines which kind of perk the instance relates to. | |
| char | name [25] |
| Name string. | |
| char | desc [50] |
| Description string. | |
| int | innerValue |
| Contains an integer for perks that need a state. | |
| perkClass Perk::class |
Defines which kind of perk the instance relates to.
| char Perk::desc[50] |
Description string.
| int Perk::innerValue |
Contains an integer for perks that need a state.
| char Perk::name[25] |
Name string.