Difference between revisions of "LoadMapCycle"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) (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 20:01, 22 August 2012
Loads the given map cycle file.
bool LoadMapCycle( const string &filename )
Example from Scripts/autostart.as:
LoadMapCycle( "Scripts/mapcycle.cfg" );