Difference between revisions of "LoadRules"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) (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 19: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");