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

Holds state for a Fighter specials. More...

#include <game_core.h>

Data Fields

int enabled
 Flag defining if the current slot is initialised.
 
specialMove move
 Defines which kind of specialMove the slot is holding.
 
char name [80]
 Name string.
 
char desc [80]
 Desc string.
 
int cost
 Cost of use.
 

Detailed Description

Holds state for a Fighter specials.

See also
Fighter
specialMove

Field Documentation

◆ cost

int Specialslot::cost

Cost of use.

◆ desc

char Specialslot::desc[80]

Desc string.

◆ enabled

int Specialslot::enabled

Flag defining if the current slot is initialised.

◆ move

specialMove Specialslot::move

Defines which kind of specialMove the slot is holding.

◆ name

char Specialslot::name[80]

Name string.


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