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

XML tag constants for savegame. More...

Go to the source code of this file.

Macros

#define SAVE_STATS_STATS   "stats"
 
#define SAVE_STATS_MISSIONS   "missions"
 
#define SAVE_STATS_MISSIONSWON   "missionsWon"
 
#define SAVE_STATS_MISSIONSLOST   "missionsLost"
 
#define SAVE_STATS_BASESBUILT   "basesBuilt"
 
#define SAVE_STATS_BASESATTACKED   "basesAttacked"
 
#define SAVE_STATS_INSTALLATIONSBUILT   "installationsBuilt"
 
#define SAVE_STATS_INTERCEPTIONS   "interceptions"
 
#define SAVE_STATS_SOLDIERSLOST   "soldiersLost"
 
#define SAVE_STATS_SOLDIERSNEW   "soldiersNew"
 
#define SAVE_STATS_KILLEDALIENS   "killedAliens"
 
#define SAVE_STATS_CAPTUREDALIENS   "capturedAliens"
 
#define SAVE_STATS_RESCUEDCIVILIANS   "rescuedCivilians"
 
#define SAVE_STATS_RESEARCHEDTECHNOLOGIES   "researchedTechnologies"
 
#define SAVE_STATS_MONEYINTERCEPTIONS   "moneyInterceptions"
 
#define SAVE_STATS_MONEYBASES   "moneyBases"
 
#define SAVE_STATS_MONEYRESEARCH   "moneyResearch"
 
#define SAVE_STATS_MONEYWEAPONS   "moneyWeapons"
 
#define SAVE_STATS_UFOSDETECTED   "UFOsDetected"
 
#define SAVE_STATS_ALIENBASESBUILT   "alienBasesBuilt"
 
#define SAVE_STATS_UFOSSTORED   "UFOsStored"
 
#define SAVE_STATS_AIRCRAFTHAD   "aircraftHad"
 

Detailed Description

XML tag constants for savegame.

Definition in file save_statistics.h.

Macro Definition Documentation

#define SAVE_STATS_AIRCRAFTHAD   "aircraftHad"

Definition at line 48 of file save_statistics.h.

Referenced by STATS_LoadXML(), and STATS_SaveXML().

#define SAVE_STATS_ALIENBASESBUILT   "alienBasesBuilt"

Definition at line 46 of file save_statistics.h.

Referenced by STATS_LoadXML(), and STATS_SaveXML().

#define SAVE_STATS_BASESATTACKED   "basesAttacked"

Definition at line 32 of file save_statistics.h.

Referenced by STATS_LoadXML(), and STATS_SaveXML().

#define SAVE_STATS_BASESBUILT   "basesBuilt"

Definition at line 31 of file save_statistics.h.

Referenced by STATS_LoadXML(), and STATS_SaveXML().

#define SAVE_STATS_CAPTUREDALIENS   "capturedAliens"

Definition at line 38 of file save_statistics.h.

Referenced by STATS_LoadXML(), and STATS_SaveXML().

#define SAVE_STATS_INSTALLATIONSBUILT   "installationsBuilt"

Definition at line 33 of file save_statistics.h.

Referenced by STATS_LoadXML(), and STATS_SaveXML().

#define SAVE_STATS_INTERCEPTIONS   "interceptions"

Definition at line 34 of file save_statistics.h.

Referenced by STATS_LoadXML(), and STATS_SaveXML().

#define SAVE_STATS_KILLEDALIENS   "killedAliens"

Definition at line 37 of file save_statistics.h.

Referenced by STATS_LoadXML(), and STATS_SaveXML().

#define SAVE_STATS_MISSIONS   "missions"

Definition at line 28 of file save_statistics.h.

Referenced by STATS_LoadXML(), and STATS_SaveXML().

#define SAVE_STATS_MISSIONSLOST   "missionsLost"

Definition at line 30 of file save_statistics.h.

Referenced by STATS_LoadXML(), and STATS_SaveXML().

#define SAVE_STATS_MISSIONSWON   "missionsWon"

Definition at line 29 of file save_statistics.h.

Referenced by STATS_LoadXML(), and STATS_SaveXML().

#define SAVE_STATS_MONEYBASES   "moneyBases"

Definition at line 42 of file save_statistics.h.

Referenced by STATS_LoadXML(), and STATS_SaveXML().

#define SAVE_STATS_MONEYINTERCEPTIONS   "moneyInterceptions"

Definition at line 41 of file save_statistics.h.

Referenced by STATS_LoadXML(), and STATS_SaveXML().

#define SAVE_STATS_MONEYRESEARCH   "moneyResearch"

Definition at line 43 of file save_statistics.h.

Referenced by STATS_LoadXML(), and STATS_SaveXML().

#define SAVE_STATS_MONEYWEAPONS   "moneyWeapons"

Definition at line 44 of file save_statistics.h.

Referenced by STATS_LoadXML(), and STATS_SaveXML().

#define SAVE_STATS_RESCUEDCIVILIANS   "rescuedCivilians"

Definition at line 39 of file save_statistics.h.

Referenced by STATS_LoadXML(), and STATS_SaveXML().

#define SAVE_STATS_RESEARCHEDTECHNOLOGIES   "researchedTechnologies"

Definition at line 40 of file save_statistics.h.

Referenced by STATS_LoadXML(), and STATS_SaveXML().

#define SAVE_STATS_SOLDIERSLOST   "soldiersLost"

Definition at line 35 of file save_statistics.h.

Referenced by STATS_LoadXML(), and STATS_SaveXML().

#define SAVE_STATS_SOLDIERSNEW   "soldiersNew"

Definition at line 36 of file save_statistics.h.

Referenced by STATS_LoadXML(), and STATS_SaveXML().

#define SAVE_STATS_STATS   "stats"

Definition at line 27 of file save_statistics.h.

Referenced by STATS_LoadXML(), and STATS_SaveXML().

#define SAVE_STATS_UFOSDETECTED   "UFOsDetected"

Definition at line 45 of file save_statistics.h.

Referenced by STATS_LoadXML(), and STATS_SaveXML().

#define SAVE_STATS_UFOSSTORED   "UFOsStored"

Definition at line 47 of file save_statistics.h.

Referenced by STATS_LoadXML(), and STATS_SaveXML().