TGame.LoadList

From Soldat Community Wiki
Revision as of 13:48, 23 July 2013 by Mighty (talk | contribs) (Created page with " '''''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<br> ==...")
(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

Example

Game.LoadList('climbmaps.txt');