|
helapordo 1.4.13
|
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. | |
Holds state for a Fighter specials.
| int Specialslot::cost |
Cost of use.
| char Specialslot::desc[80] |
Desc string.
| int Specialslot::enabled |
Flag defining if the current slot is initialised.
| specialMove Specialslot::move |
Defines which kind of specialMove the slot is holding.
| char Specialslot::name[80] |
Name string.