Difference between revisions of "LoadRules"

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

Latest revision as of 20:55, 22 August 2012

Loads the given rules config file.

bool LoadRules( const string &filename )

Example from Scripts/autostart.as:

LoadRules("Rules/WAR/gamemode.cfg");