UFO: Alien Invasion
Loading...
Searching...
No Matches
save_interest.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_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 []

Detailed Description

XML tag constants for savegame.

Definition in file save_interest.h.

Macro Definition Documentation

◆ SAVE_INTERESTCAT_NAMESPACE

#define SAVE_INTERESTCAT_NAMESPACE   "saveInterestCat"

Definition at line 37 of file save_interest.h.

Referenced by INT_SaveXML(), MIS_LoadXML(), and MIS_SaveXML().

◆ SAVE_INTERESTS

#define SAVE_INTERESTS   "interests"

Definition at line 27 of file save_interest.h.

Referenced by INT_LoadXML(), and INT_SaveXML().

◆ SAVE_INTERESTS_ID

#define SAVE_INTERESTS_ID   "id"

Definition at line 34 of file save_interest.h.

Referenced by INT_LoadXML(), and INT_SaveXML().

◆ SAVE_INTERESTS_INTEREST

#define SAVE_INTERESTS_INTEREST   "interest"

Definition at line 33 of file save_interest.h.

Referenced by INT_LoadXML(), and INT_SaveXML().

◆ SAVE_INTERESTS_LASTINCREASEDELAY

#define SAVE_INTERESTS_LASTINCREASEDELAY   "lastIncreaseDelay"

Definition at line 29 of file save_interest.h.

Referenced by INT_LoadXML(), and INT_SaveXML().

◆ SAVE_INTERESTS_LASTMISSIONSPAWNEDDELAY

#define SAVE_INTERESTS_LASTMISSIONSPAWNEDDELAY   "lastMissionSpawnedDelay"

Definition at line 30 of file save_interest.h.

Referenced by INT_LoadXML(), and INT_SaveXML().

◆ SAVE_INTERESTS_OVERALL

#define SAVE_INTERESTS_OVERALL   "overall"

Definition at line 31 of file save_interest.h.

Referenced by INT_LoadXML(), and INT_SaveXML().

◆ SAVE_INTERESTS_VAL

#define SAVE_INTERESTS_VAL   "value"

Definition at line 35 of file save_interest.h.

Referenced by INT_LoadXML(), and INT_SaveXML().

Variable Documentation

◆ saveInterestConstants

const constListEntry_t saveInterestConstants[]
static
Initial value:
= {
{nullptr, -1}
}
@ INTERESTCATEGORY_BASE_ATTACK
@ INTERESTCATEGORY_INTERCEPTBOMBING
@ INTERESTCATEGORY_NONE
@ INTERESTCATEGORY_ALIENBASE
@ INTERESTCATEGORY_BUILDING
@ INTERESTCATEGORY_SUBVERT
@ INTERESTCATEGORY_SUPPLY
@ INTERESTCATEGORY_RECON
@ INTERESTCATEGORY_UFOCARRIER
@ INTERESTCATEGORY_XVI
@ INTERESTCATEGORY_TERROR_ATTACK
@ INTERESTCATEGORY_INTERCEPT
@ INTERESTCATEGORY_RESCUE
@ INTERESTCATEGORY_HARVEST
#define SAVE_INTERESTCAT_NAMESPACE

Definition at line 38 of file save_interest.h.

Referenced by INT_LoadXML(), INT_SaveXML(), MIS_LoadXML(), and MIS_SaveXML().