Difference between revisions of "LoadMapCycle"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> Loads the given map cycle file. </onlyinclude> <syntaxhighlight lang="cpp"> bool LoadMapCycle( const string &filename ) </syntaxhighlight> Example from Scripts/aut...")
 
(No difference)

Latest revision as of 21:01, 22 August 2012

Loads the given map cycle file.

bool LoadMapCycle( const string &filename )

Example from Scripts/autostart.as:

LoadMapCycle( "Scripts/mapcycle.cfg" );