installationTemplate_s Struct Reference

#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

Detailed Description

Definition at line 49 of file cp_installation.h.


Field Documentation

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().

Image used on 2D geoscape

Definition at line 62 of file cp_installation.h.

Referenced by 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().


The documentation for this struct was generated from the following file:

Generated by  doxygen 1.6.2