Difference between revisions of "TGame.LoadList"

From Soldat Community Wiki
Jump to: navigation, search
(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> ==...")
 
 
Line 5: Line 5:
 
==Description==
 
==Description==
 
Changes list of maps used<br>
 
Changes list of maps used<br>
 +
Returns true if changing the list was successfull, false otherwise
  
 
==Example==
 
==Example==

Latest revision as of 13:48, 23 July 2013

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');