UFO: Alien Invasion
Loading...
Searching...
No Matches
ugv_t Struct Reference

Defines a type of UGV/Robot. More...

#include <chr_shared.h>

Collaboration diagram for ugv_t:
Collaboration graph

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 245 of file chr_shared.h.

Field Documentation

◆ actors

char ugv_t::actors[MAX_VAR]

Definition at line 251 of file chr_shared.h.

Referenced by E_CreateEmployee().

◆ armour

char ugv_t::armour[MAX_VAR]

Definition at line 249 of file chr_shared.h.

◆ id

◆ idx

int ugv_t::idx

Definition at line 247 of file chr_shared.h.

Referenced by Com_ParseUGVs().

◆ price

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().

◆ tu

int ugv_t::tu

Definition at line 250 of file chr_shared.h.

◆ weapon

char ugv_t::weapon[MAX_VAR]

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