Home
last modified time | relevance | path

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

/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/campaign/
H A Dcp_employee.h45 …const struct ugv_s* _ugv; /**< if this is an employee of type EMPL_ROBOT then this is a pointer t…
48 Employee (employeeType_t type, const struct nation_s* nation, const struct ugv_s* ugv) : in Employee()
107 inline const struct ugv_s* getUGV() const { in getUGV()
122 Employee* E_CreateEmployee(employeeType_t type, const struct nation_s* nation, const struct ugv_s* …
128 int E_CountHiredRobotByType(const base_t* const base, const struct ugv_s* ugvType);
131 int E_CountUnhiredRobotsByType(const struct ugv_s* ugvType);
136 bool E_HireRobot(base_t* base, const struct ugv_s* ugvType);
148 Employee* E_GetUnhiredRobot(const struct ugv_s* ugvType);
151 Employee* E_GetHiredRobot(const base_t* const base, const struct ugv_s* ugvType);
H A Dcp_research.h238 void UP_UGVDescription(const struct ugv_s* ugvType);
H A Dcp_campaign.h33 struct ugv_s;
/dports/games/ufoai/ufoai-2.5-source/src/game/
H A Dchr_shared.h236 typedef struct ugv_s { struct