UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
save_installation.h File Reference

XML tag constants for savegame. More...

Go to the source code of this file.

Macros

#define SAVE_INSTALLATION_INSTALLATIONS   "installations"
 
#define SAVE_INSTALLATION_INSTALLATION   "installation"
 
#define SAVE_INSTALLATION_IDX   "idx"
 
#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 []
 

Detailed Description

XML tag constants for savegame.

Definition in file save_installation.h.

Macro Definition Documentation

#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_IDX   "idx"

Definition at line 29 of file save_installation.h.

Referenced by INS_LoadXML(), and INS_SaveXML().

#define SAVE_INSTALLATION_INSTALLATION   "installation"

Definition at line 28 of file save_installation.h.

Referenced by INS_LoadXML(), and INS_SaveXML().

#define SAVE_INSTALLATION_INSTALLATIONS   "installations"

Definition at line 27 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().

Variable Documentation

const constListEntry_t saveInstallationConstants[]
static