Difference between revisions of "TGame.LoadList"
(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 12: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');