TGame.LoadList

From Soldat Community Wiki
Revision as of 13:48, 23 July 2013 by Mighty (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
function LoadList(MapsList: string): Boolean
 MapsList: path to a new list of maps
 Result: if it worked or not

Description

Changes list of maps used
Returns true if changing the list was successfull, false otherwise

Example

Game.LoadList('climbmaps.txt');