Difference between revisions of "LoadSeclevs"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) (Created page with "<onlyinclude> Loads the given seclev config file. </onlyinclude> <syntaxhighlight lang="cpp"> void LoadSeclevs( const string &filename ) </syntaxhighlight> Example from Scripts/...") |
(No difference)
|
Latest revision as of 17:02, 10 September 2012
Loads the given seclev config file.
void LoadSeclevs( const string &filename )
Example from Scripts/autostart.as:
LoadSeclevs( "Security/seclevs.cfg" );