|
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 245 of file chr_shared.h.
| char ugv_t::actors[MAX_VAR] |
Definition at line 251 of file chr_shared.h.
Referenced by E_CreateEmployee().
| char ugv_t::armour[MAX_VAR] |
Definition at line 249 of file chr_shared.h.
| char* ugv_t::id |
Definition at line 246 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_t::idx |
Definition at line 247 of file chr_shared.h.
Referenced by Com_ParseUGVs().
| int ugv_t::price |
Definition at line 252 of file chr_shared.h.
Referenced by BS_Buy_f(), BS_BuyUGV(), BS_FillMarket_f(), and BS_SellUGV().
| int ugv_t::tu |
Definition at line 250 of file chr_shared.h.
| char ugv_t::weapon[MAX_VAR] |
Definition at line 248 of file chr_shared.h.
Referenced by BS_Buy_f(), BS_BuyUGV(), BS_FillMarket_f(), BS_SellUGV(), GAME_AppendTeamMember(), and UP_UGVDescription().