TMap.SetMap

From Soldat Community Wiki
Revision as of 11:05, 12 September 2016 by Mighty (talk | contribs) (Created page with " '''''procedure SetMap(NewMap: string)''''' NewMap: Name of the map to be loaded ==Description== Tries to change map to '''NewMap'''<br> If the map file is not found, warnin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
procedure SetMap(NewMap: string)
 NewMap: Name of the map to be loaded

Description

Tries to change map to NewMap
If the map file is not found, warning is being generated and sent to server console.

Example

Game.SetMap('ctf_Laos');