#include <cp_installation.h>
Data Fields | |
char * | id |
char * | name |
char * | description |
int | cost |
int | radarRange |
int | trackingRange |
int | maxBatteries |
int | maxUFOsStored |
int | maxDamage |
int | buildTime |
char * | model |
char * | image |
Definition at line 49 of file cp_installation.h.
Time to build the installation, in days.
Definition at line 60 of file cp_installation.h.
Referenced by INS_ParseInstallations(), INS_SelectInstallation(), INS_SetUpInstallation(), and INS_UpdateInstallationData().
Price of the installation.
Definition at line 54 of file cp_installation.h.
Referenced by INS_BuildInstallation_f(), INS_InitStartup(), and INS_ParseInstallations().
Short description in build dialog
Definition at line 52 of file cp_installation.h.
Referenced by INS_SetInstallationTitle().
id of the installation.
Definition at line 50 of file cp_installation.h.
Referenced by INS_GetInstallationTemplateFromInstallationID(), INS_InitStartup(), INS_ParseInstallations(), INS_SaveXML(), INS_SetCurrentSelectedInstallation(), and INS_SetUpInstallation().
Image used on 2D geoscape
Definition at line 62 of file cp_installation.h.
Referenced by MAP_DrawMapOneInstallation().
The maximum number of battery slots that can be used in an installation.
Definition at line 57 of file cp_installation.h.
Referenced by AII_InstallationCanShoot(), AII_UpdateInstallationDelay(), AIRFIGHT_CampaignRunBaseDefence(), BDEF_BaseDefenceMenuUpdate_f(), BDEF_InitialiseInstallationSlots(), CL_PopupInterceptBaseClick_f(), INS_FinishInstallation(), INS_GetType(), INS_InitStartup(), INS_LoadXML(), and MAP_DrawMapOneInstallation().
The maximum amount of damage an installation can sustain before it is destroyed.
Definition at line 59 of file cp_installation.h.
Referenced by INS_SetUpInstallation().
The maximum number of ufos that can be stored in an installation.
Definition at line 58 of file cp_installation.h.
Referenced by INS_FinishInstallation(), INS_GetType(), INS_InitStartup(), and INS_LoadXML().
Model used on 3D geoscape
Definition at line 61 of file cp_installation.h.
Referenced by MAP_DrawMapOneInstallation().
Name of the installation (as you see it ingame).
Definition at line 51 of file cp_installation.h.
Referenced by INS_InitStartup(), INS_ParseInstallations(), and INS_SetInstallationTitle().
The range of the installation's radar. Units is the angle of the two points from center of earth.
Definition at line 55 of file cp_installation.h.
Referenced by INS_FinishInstallation(), INS_InitStartup(), INS_LoadXML(), and RADAR_UpdateInstallationRadarCoverage().
The tracking range of the installation's radar. Units are degrees.
Definition at line 56 of file cp_installation.h.
Referenced by INS_FinishInstallation(), INS_InitStartup(), INS_LoadXML(), and RADAR_UpdateInstallationRadarCoverage().