Defines a type of UGV/Robot. More...
#include <chr_shared.h>
Data Fields | |
char * | id |
int | idx |
char | weapon [MAX_VAR] |
char | armour [MAX_VAR] |
int | tu |
char | actors [MAX_VAR] |
int | price |
Defines a type of UGV/Robot.
Definition at line 208 of file chr_shared.h.
char ugv_s::actors[MAX_VAR] |
Definition at line 214 of file chr_shared.h.
Referenced by E_CreateEmployeeAtIndex().
char ugv_s::armour[MAX_VAR] |
Definition at line 212 of file chr_shared.h.
char* ugv_s::id |
Definition at line 209 of file chr_shared.h.
Referenced by BS_BuyItem_f(), BS_BuyType(), BS_SellItem_f(), Com_GetUGVByIDSilent(), Com_ParseUGVs(), E_SaveXML(), and UP_UGVDescription().
int ugv_s::idx |
Definition at line 210 of file chr_shared.h.
Referenced by Com_ParseUGVs().
int ugv_s::price |
Definition at line 215 of file chr_shared.h.
Referenced by BS_BuyItem_f(), BS_BuyType(), and BS_SellItem_f().
int ugv_s::tu |
Definition at line 213 of file chr_shared.h.
char ugv_s::weapon[MAX_VAR] |
Definition at line 211 of file chr_shared.h.
Referenced by BS_BuyItem_f(), BS_SellItem_f(), CL_CleanupAircraftCrew(), and UP_UGVDescription().