map cycle list element More...
Data Fields | |
char * | map |
char * | type |
qboolean | day |
struct mapcycle_s * | next |
map cycle list element
Definition at line 7 of file sv_mapcycle.c.
load the day version
Definition at line 10 of file sv_mapcycle.c.
Referenced by SV_MapcycleAdd(), SV_MapcycleAdd_f(), SV_NextMapcycle(), and SV_ParseMapcycle().
char* mapcycle_s::map |
map name
Definition at line 8 of file sv_mapcycle.c.
Referenced by SV_MapcycleAdd(), SV_MapcycleClear(), SV_MapcycleList_f(), and SV_NextMapcycle().
struct mapcycle_s* mapcycle_s::next |
pointer to the next map in cycle
Definition at line 11 of file sv_mapcycle.c.
Referenced by SV_MapcycleAdd(), SV_MapcycleClear(), SV_MapcycleList_f(), and SV_NextMapcycle().
char* mapcycle_s::type |
gametype to play on this map
Definition at line 9 of file sv_mapcycle.c.
Referenced by SV_MapcycleAdd(), SV_MapcycleClear(), SV_MapcycleList_f(), and SV_NextMapcycle().