XML tag constants for savegame. More...
Go to the source code of this file.
Defines | |
#define | SAVE_INTERESTS "interests" |
#define | SAVE_INTERESTS_LASTINCREASEDELAY "lastIncreaseDelay" |
#define | SAVE_INTERESTS_LASTMISSIONSPAWNEDDELAY "lastMissionSpawnedDelay" |
#define | SAVE_INTERESTS_OVERALL "overall" |
#define | SAVE_INTERESTS_INTEREST "interest" |
#define | SAVE_INTERESTS_ID "id" |
#define | SAVE_INTERESTS_VAL "value" |
#define | SAVE_INTERESTCAT_NAMESPACE "saveInterestCat" |
Variables | |
static const constListEntry_t | saveInterestConstants [] |
XML tag constants for savegame.
Definition in file save_interest.h.
#define SAVE_INTERESTCAT_NAMESPACE "saveInterestCat" |
Definition at line 38 of file save_interest.h.
Referenced by CP_LoadMissionsXML(), CP_SaveInterestsXML(), and CP_SaveMissionsXML().
#define SAVE_INTERESTS "interests" |
Definition at line 28 of file save_interest.h.
Referenced by CP_LoadInterestsXML(), and CP_SaveInterestsXML().
#define SAVE_INTERESTS_ID "id" |
Definition at line 35 of file save_interest.h.
Referenced by CP_LoadInterestsXML(), and CP_SaveInterestsXML().
#define SAVE_INTERESTS_INTEREST "interest" |
Definition at line 34 of file save_interest.h.
Referenced by CP_LoadInterestsXML(), and CP_SaveInterestsXML().
#define SAVE_INTERESTS_LASTINCREASEDELAY "lastIncreaseDelay" |
Definition at line 30 of file save_interest.h.
Referenced by CP_LoadInterestsXML(), and CP_SaveInterestsXML().
#define SAVE_INTERESTS_LASTMISSIONSPAWNEDDELAY "lastMissionSpawnedDelay" |
Definition at line 31 of file save_interest.h.
Referenced by CP_LoadInterestsXML(), and CP_SaveInterestsXML().
#define SAVE_INTERESTS_OVERALL "overall" |
Definition at line 32 of file save_interest.h.
Referenced by CP_LoadInterestsXML(), and CP_SaveInterestsXML().
#define SAVE_INTERESTS_VAL "value" |
Definition at line 36 of file save_interest.h.
Referenced by CP_LoadInterestsXML(), and CP_SaveInterestsXML().
const constListEntry_t saveInterestConstants[] [static] |
{ {SAVE_INTERESTCAT_NAMESPACE"::none", INTERESTCATEGORY_NONE}, {SAVE_INTERESTCAT_NAMESPACE"::recon", INTERESTCATEGORY_RECON}, {SAVE_INTERESTCAT_NAMESPACE"::terror", INTERESTCATEGORY_TERROR_ATTACK}, {SAVE_INTERESTCAT_NAMESPACE"::baseAttack", INTERESTCATEGORY_BASE_ATTACK}, {SAVE_INTERESTCAT_NAMESPACE"::building", INTERESTCATEGORY_BUILDING}, {SAVE_INTERESTCAT_NAMESPACE"::supply", INTERESTCATEGORY_SUPPLY}, {SAVE_INTERESTCAT_NAMESPACE"::XVI", INTERESTCATEGORY_XVI}, {SAVE_INTERESTCAT_NAMESPACE"::rescue", INTERESTCATEGORY_RESCUE}, {SAVE_INTERESTCAT_NAMESPACE"::intercept", INTERESTCATEGORY_INTERCEPT}, {SAVE_INTERESTCAT_NAMESPACE"::harvest", INTERESTCATEGORY_HARVEST}, {SAVE_INTERESTCAT_NAMESPACE"::alienBase", INTERESTCATEGORY_ALIENBASE}, {NULL, -1} }
Definition at line 39 of file save_interest.h.
Referenced by CP_LoadInterestsXML(), CP_LoadMissionsXML(), CP_SaveInterestsXML(), and CP_SaveMissionsXML().