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> ==...")
(No difference)

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

Example

Game.LoadList('climbmaps.txt');