helapordo 1.4.12
|
Represents the entity initialised from a treasureClass. More...
#include <game_core.h>
Data Fields | |
char | desc [80] |
Description string. | |
treasureClass | class |
Defines which kind of treasureClass the instance relates to. | |
Chest * | chest |
The treasure Chest, initialised if class == TREASURE_CHEST. | |
Consumable * | consumable |
The treasure Consumable, initialised if class == TREASURE_CONSUMABLE. | |
Artifact * | artifact |
The treasure Artifact, initialised if class == TREASURE_ARTIFACT. | |
Represents the entity initialised from a treasureClass.
treasureClass Treasure::class |
Defines which kind of treasureClass the instance relates to.
Consumable* Treasure::consumable |
The treasure Consumable, initialised if class == TREASURE_CONSUMABLE.
char Treasure::desc[80] |
Description string.