Home
last modified time | relevance | path

Searched refs:CP_GetSalaryBaseEmployee (Results 1 – 4 of 4) sorted by relevance

/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/campaign/
H A Dcp_statistics.cpp86 …costs += CP_GetSalaryBaseEmployee(salary, type) + rank->level * CP_GetSalaryRankBonusEmployee(sala… in CP_StatsUpdate_f()
248 Com_Printf("...soldier_base: %i\n", CP_GetSalaryBaseEmployee(salary, EMPL_SOLDIER)); in CP_CampaignStats_f()
250 Com_Printf("...worker_base: %i\n", CP_GetSalaryBaseEmployee(salary, EMPL_WORKER)); in CP_CampaignStats_f()
252 Com_Printf("...scientist_base: %i\n", CP_GetSalaryBaseEmployee(salary, EMPL_SCIENTIST)); in CP_CampaignStats_f()
254 Com_Printf("...pilot_base: %i\n", CP_GetSalaryBaseEmployee(salary, EMPL_PILOT)); in CP_CampaignStats_f()
256 Com_Printf("...robot_base: %i\n", CP_GetSalaryBaseEmployee(salary, EMPL_ROBOT)); in CP_CampaignStats_f()
H A Dcp_campaign.h377 int CP_GetSalaryBaseEmployee(const salary_t* salary, employeeType_t type);
H A Dcp_nation.cpp834 cost += CP_GetSalaryBaseEmployee(salary, employee->getType()) in NAT_HandleBudget()
H A Dcp_campaign.cpp1467 int CP_GetSalaryBaseEmployee (const salary_t* salary, employeeType_t type) in CP_GetSalaryBaseEmployee() function