Difference between revisions of "CSecurity::unBan"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> bool unBan( const int index ) </syntaxhighlight> Object method of: CSecurity Category:Scripting [[C...")
 
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:
 
   
 
   
 
<syntaxhighlight lang="cpp">
 
<syntaxhighlight lang="cpp">
+
bool unBan( const int index )
bool unBan( const int index )
+
bool unBan( const string &in username )
+
 
</syntaxhighlight>
 
</syntaxhighlight>
 
   
 
   

Latest revision as of 18:54, 17 September 2012



bool unBan( const int index )
bool unBan( const string &in username )

Object method of: CSecurity