LoadMapCycle

From King Arthur's Gold Wiki
Revision as of 21:01, 22 August 2012 by Shadlington (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Loads the given map cycle file.

bool LoadMapCycle( const string &filename )

Example from Scripts/autostart.as:

LoadMapCycle( "Scripts/mapcycle.cfg" );