UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
salary_s Struct Reference

#include <cp_campaign.h>

Data Fields

int base [MAX_EMPL]
 
int rankBonus [MAX_EMPL]
 
int aircraftFactor
 
int aircraftDivisor
 
int baseUpkeep
 
float debtInterest
 

Detailed Description

salary values for a campaign

Definition at line 153 of file cp_campaign.h.

Field Documentation

int salary_s::aircraftDivisor

Definition at line 157 of file cp_campaign.h.

Referenced by CP_ParseCampaign(), NAT_HandleBudget(), and STAT_GetExpenses_f().

int salary_s::aircraftFactor

Definition at line 156 of file cp_campaign.h.

Referenced by CP_ParseCampaign(), NAT_HandleBudget(), and STAT_GetExpenses_f().

int salary_s::base[MAX_EMPL]

Definition at line 154 of file cp_campaign.h.

Referenced by CP_ParseCampaign(), and Employee::salary().

int salary_s::baseUpkeep

Definition at line 158 of file cp_campaign.h.

Referenced by CP_GetSalaryUpKeepBase(), and CP_ParseCampaign().

float salary_s::debtInterest

Definition at line 159 of file cp_campaign.h.

Referenced by CP_ParseCampaign(), NAT_HandleBudget(), and STAT_GetExpenses_f().

int salary_s::rankBonus[MAX_EMPL]

Definition at line 155 of file cp_campaign.h.

Referenced by CP_ParseCampaign(), and Employee::salary().


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