|
UFO: Alien Invasion
|
map cycle list element More...

Data Fields | |
| char * | map |
| char * | type |
| bool | day |
| struct mapcycle_s * | next |
map cycle list element
Definition at line 7 of file sv_mapcycle.cpp.
| bool mapcycle_t::day |
| 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().
| 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().
| 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().