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

#include <cgame.h>

Collaboration diagram for cgameType_t:
Collaboration graph

Data Fields

char id [MAX_VAR]
char window [MAX_VAR]
char name [MAX_VAR]
linkedList_tequipmentList

Detailed Description

Definition at line 84 of file cgame.h.

Field Documentation

◆ equipmentList

linkedList_t* cgameType_t::equipmentList

the list of valid equipment definitions for this gametype - if this is nullptr, every equipment may be used

Definition at line 88 of file cgame.h.

Referenced by GAME_GetCGameAPI().

◆ id

char cgameType_t::id[MAX_VAR]

the id is also the file basename

Definition at line 85 of file cgame.h.

Referenced by GAME_GetCGameAPI(), and GAME_ParseModes().

◆ name

char cgameType_t::name[MAX_VAR]

translatable ui name

Definition at line 87 of file cgame.h.

Referenced by GAME_InitUIData().

◆ window

char cgameType_t::window[MAX_VAR]

the ui window id where this game type should become active for

Definition at line 86 of file cgame.h.

Referenced by GAME_GetCGameAPI_(), GAME_InitUIData(), and GAME_SetMode_f().


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