Difference between revisions of "LoadSeclevs"

From King Arthur's Gold Wiki
Jump to: navigation, search
(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 18:02, 10 September 2012

Loads the given seclev config file.

void LoadSeclevs( const string &filename )

Example from Scripts/autostart.as:

LoadSeclevs( "Security/seclevs.cfg" );