XML tag constants for savegame. More...
Go to the source code of this file.
Defines | |
#define | SAVE_INSTALLATION_INSTALLATIONS "installations" |
#define | SAVE_INSTALLATION_INSTALLATION "installation" |
#define | SAVE_INSTALLATION_TEMPLATEID "templateid" |
#define | SAVE_INSTALLATION_NAME "name" |
#define | SAVE_INSTALLATION_POS "pos" |
#define | SAVE_INSTALLATION_STATUS "status" |
#define | SAVE_INSTALLATION_DAMAGE "damage" |
#define | SAVE_INSTALLATION_ALIENINTEREST "alienInterest" |
#define | SAVE_INSTALLATION_BUILDSTART "buildStart" |
#define | SAVE_INSTALLATION_BATTERIES "batteries" |
#define | SAVE_INSTALLATION_NUM "num" |
#define | SAVE_INSTALLATIONSTATUS_NAMESPACE "saveInstallationStatus" |
Variables | |
static const constListEntry_t | saveInstallationConstants [] |
XML tag constants for savegame.
Definition in file save_installation.h.
#define SAVE_INSTALLATION_ALIENINTEREST "alienInterest" |
Definition at line 35 of file save_installation.h.
Referenced by INS_LoadXML(), and INS_SaveXML().
#define SAVE_INSTALLATION_BATTERIES "batteries" |
Definition at line 38 of file save_installation.h.
Referenced by INS_LoadXML(), and INS_SaveXML().
#define SAVE_INSTALLATION_BUILDSTART "buildStart" |
Definition at line 36 of file save_installation.h.
Referenced by INS_LoadXML(), and INS_SaveXML().
#define SAVE_INSTALLATION_DAMAGE "damage" |
Definition at line 34 of file save_installation.h.
Referenced by INS_LoadXML(), and INS_SaveXML().
#define SAVE_INSTALLATION_INSTALLATION "installation" |
Definition at line 29 of file save_installation.h.
Referenced by INS_LoadXML(), and INS_SaveXML().
#define SAVE_INSTALLATION_INSTALLATIONS "installations" |
Definition at line 28 of file save_installation.h.
Referenced by INS_LoadXML(), and INS_SaveXML().
#define SAVE_INSTALLATION_NAME "name" |
Definition at line 31 of file save_installation.h.
Referenced by INS_LoadXML(), and INS_SaveXML().
#define SAVE_INSTALLATION_NUM "num" |
Definition at line 39 of file save_installation.h.
Referenced by INS_LoadXML(), and INS_SaveXML().
#define SAVE_INSTALLATION_POS "pos" |
Definition at line 32 of file save_installation.h.
Referenced by INS_LoadXML(), and INS_SaveXML().
#define SAVE_INSTALLATION_STATUS "status" |
Definition at line 33 of file save_installation.h.
Referenced by INS_LoadXML(), and INS_SaveXML().
#define SAVE_INSTALLATION_TEMPLATEID "templateid" |
Definition at line 30 of file save_installation.h.
Referenced by INS_LoadXML(), and INS_SaveXML().
#define SAVE_INSTALLATIONSTATUS_NAMESPACE "saveInstallationStatus" |
Definition at line 41 of file save_installation.h.
Referenced by INS_LoadXML(), and INS_SaveXML().
const constListEntry_t saveInstallationConstants[] [static] |
{ {SAVE_INSTALLATIONSTATUS_NAMESPACE"::construction", INSTALLATION_UNDER_CONSTRUCTION}, {SAVE_INSTALLATIONSTATUS_NAMESPACE"::working", INSTALLATION_WORKING}, {NULL, -1} }
Definition at line 42 of file save_installation.h.
Referenced by INS_LoadXML(), and INS_SaveXML().