I love the smell of UnrealEd crashing in the morning. – tarquin
Legacy:MapList
From Unreal Wiki, The Unreal Engine Documentation Site
Used to create a list of maps for a GameInfo (UT).
Contents |
[edit] Properties
- config string Maps[32]
- The list of map names.
- config int MapNum
- Number current map.
[edit] Methods
- string GetNextMap ( )
- Gets the name of the next map in the rotation. This map's number is saved in the MapNum property.
[edit] Known Subclasses
[edit] Unreal
- DMmaplist
- DKmaplist (list of DarkMatch maps, empty)
[edit] Unreal Tournament
- ASDefaultMapList (default Assault map list)
- ASMapList (currently selected Assault maps)
- CTFDefaultMapList (default CTF map list)
- CTFBonusMapList (Bonuspack 1 CTF maps)
- CTFMapList (currently selected CTF maps)
- DOMDefaultMapList (default Domination map list)
- DOMMapList (currently selected Domination maps)
- TDKDefaultMapList (default Tournament DarkMatch map list, empty)
- TDKMapList (currently selected DarkMatch maps)
- TDMDefaultMapList (default Tournament DeathMatch map list)
- TDMSmallMapList (smaller DeathMatch maps)
- TDMMediumMapList (medium-sized DeathMatch maps)
- TDMLargeMapList (large DeathMatch maps)
- TDMBonusMapList (Bonuspack 1 DeathMatch maps)
- TDMmaplist (currently selected DeathMatch maps)
