UFO: Alien Invasion
|
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 234 of file chr_shared.h.
char ugv_s::actors[MAX_VAR] |
Definition at line 240 of file chr_shared.h.
Referenced by E_CreateEmployee().
char ugv_s::armour[MAX_VAR] |
Definition at line 238 of file chr_shared.h.
char* ugv_s::id |
Definition at line 235 of file chr_shared.h.
Referenced by BS_Buy_f(), BS_BuyUGV(), BS_FillMarket_f(), BS_SellUGV(), Com_GetUGVByIDSilent(), Com_ParseUGVs(), and UP_UGVDescription().
int ugv_s::idx |
Definition at line 236 of file chr_shared.h.
Referenced by Com_ParseUGVs().
int ugv_s::price |
Definition at line 241 of file chr_shared.h.
Referenced by BS_Buy_f(), BS_BuyUGV(), BS_FillMarket_f(), and BS_SellUGV().
int ugv_s::tu |
Definition at line 239 of file chr_shared.h.
char ugv_s::weapon[MAX_VAR] |
Definition at line 237 of file chr_shared.h.
Referenced by BS_Buy_f(), BS_BuyUGV(), BS_FillMarket_f(), BS_SellUGV(), GAME_AppendTeamMember(), and UP_UGVDescription().