UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ugv_s Struct Reference

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
 

Detailed Description

Defines a type of UGV/Robot.

Definition at line 234 of file chr_shared.h.

Field Documentation

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.

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]

The documentation for this struct was generated from the following file: