|
helapordo 1.4.13
|
Represents the entity containing an Equip instance. More...
#include <game_core.h>

Data Fields | |
| int | active |
| Flag indicating the instance as currently ready to use if set. | |
| char * | desc |
| Description string. | |
| Equipzone | type |
| Defines which kind of Equipzone the instance relates to. | |
| char | sprite [8][20] |
| Char matrix to hold the encoded sprite. | |
| Equip * | item |
| Pointer to the Equip instance associated. | |
| int Equipslot::active |
Flag indicating the instance as currently ready to use if set.
| char* Equipslot::desc |
Description string.
| char Equipslot::sprite[8][20] |
Char matrix to hold the encoded sprite.