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

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.
 

Detailed Description

Represents the entity initialised from a perkClass.

See also
perkClass

Field Documentation

◆ class

perkClass Perk::class

Defines which kind of perk the instance relates to.

◆ desc

char Perk::desc[50]

Description string.

◆ innerValue

int Perk::innerValue

Contains an integer for perks that need a state.

◆ name

char Perk::name[25]

Name string.


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