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

map cycle list element More...

Collaboration diagram for mapcycle_t:
Collaboration graph

Data Fields

char * map
char * type
bool day
struct mapcycle_s * next

Detailed Description

map cycle list element

Definition at line 7 of file sv_mapcycle.cpp.

Field Documentation

◆ day

bool mapcycle_t::day

load the day version

Definition at line 10 of file sv_mapcycle.cpp.

Referenced by SV_MapcycleAdd().

◆ map

char* mapcycle_t::map

map name

Definition at line 8 of file sv_mapcycle.cpp.

Referenced by SV_MapcycleAdd(), SV_MapcycleClear(), SV_MapcycleList_f(), and SV_NextMapcycle().

◆ next

struct mapcycle_s* mapcycle_t::next

pointer to the next map in cycle

Definition at line 11 of file sv_mapcycle.cpp.

Referenced by SV_MapcycleAdd(), SV_MapcycleClear(), SV_MapcycleList_f(), and SV_NextMapcycle().

◆ type

char* mapcycle_t::type

gametype to play on this map

Definition at line 9 of file sv_mapcycle.cpp.

Referenced by SV_MapcycleAdd(), SV_MapcycleClear(), and SV_MapcycleList_f().


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