UFO: Alien Invasion
Loading...
Searching...
No Matches
save_installation.h File Reference

XML tag constants for savegame. More...

This graph shows which files directly or indirectly include this file:

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

◆ SAVE_INSTALLATION_ALIENINTEREST

#define SAVE_INSTALLATION_ALIENINTEREST   "alienInterest"

Definition at line 35 of file save_installation.h.

Referenced by INS_LoadXML(), and INS_SaveXML().

◆ SAVE_INSTALLATION_BATTERIES

#define SAVE_INSTALLATION_BATTERIES   "batteries"

Definition at line 38 of file save_installation.h.

Referenced by INS_LoadXML(), and INS_SaveXML().

◆ SAVE_INSTALLATION_BUILDSTART

#define SAVE_INSTALLATION_BUILDSTART   "buildStart"

Definition at line 36 of file save_installation.h.

Referenced by INS_LoadXML(), and INS_SaveXML().

◆ SAVE_INSTALLATION_DAMAGE

#define SAVE_INSTALLATION_DAMAGE   "damage"

Definition at line 34 of file save_installation.h.

Referenced by INS_LoadXML(), and INS_SaveXML().

◆ SAVE_INSTALLATION_IDX

#define SAVE_INSTALLATION_IDX   "idx"

Definition at line 29 of file save_installation.h.

Referenced by INS_LoadXML(), and INS_SaveXML().

◆ SAVE_INSTALLATION_INSTALLATION

#define SAVE_INSTALLATION_INSTALLATION   "installation"

Definition at line 28 of file save_installation.h.

Referenced by INS_LoadXML(), and INS_SaveXML().

◆ SAVE_INSTALLATION_INSTALLATIONS

#define SAVE_INSTALLATION_INSTALLATIONS   "installations"

Definition at line 27 of file save_installation.h.

Referenced by INS_LoadXML(), and INS_SaveXML().

◆ SAVE_INSTALLATION_NAME

#define SAVE_INSTALLATION_NAME   "name"

Definition at line 31 of file save_installation.h.

Referenced by INS_LoadXML(), and INS_SaveXML().

◆ SAVE_INSTALLATION_NUM

#define SAVE_INSTALLATION_NUM   "num"

Definition at line 39 of file save_installation.h.

Referenced by INS_LoadXML(), and INS_SaveXML().

◆ SAVE_INSTALLATION_POS

#define SAVE_INSTALLATION_POS   "pos"

Definition at line 32 of file save_installation.h.

Referenced by INS_LoadXML(), and INS_SaveXML().

◆ SAVE_INSTALLATION_STATUS

#define SAVE_INSTALLATION_STATUS   "status"

Definition at line 33 of file save_installation.h.

Referenced by INS_LoadXML(), and INS_SaveXML().

◆ SAVE_INSTALLATION_TEMPLATEID

#define SAVE_INSTALLATION_TEMPLATEID   "templateid"

Definition at line 30 of file save_installation.h.

Referenced by INS_LoadXML(), and INS_SaveXML().

◆ SAVE_INSTALLATIONSTATUS_NAMESPACE

#define SAVE_INSTALLATIONSTATUS_NAMESPACE   "saveInstallationStatus"

Definition at line 41 of file save_installation.h.

Referenced by INS_LoadXML(), and INS_SaveXML().

Variable Documentation

◆ saveInstallationConstants

const constListEntry_t saveInstallationConstants[]
static
Initial value:
= {
{nullptr, -1}
}
@ INSTALLATION_UNDER_CONSTRUCTION
@ INSTALLATION_WORKING
#define SAVE_INSTALLATIONSTATUS_NAMESPACE

Definition at line 42 of file save_installation.h.

Referenced by INS_LoadXML(), and INS_SaveXML().