Difference between revisions of "CSecurity::unBan"

From King Arthur's Gold Wiki
Jump to: navigation, search
 
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 )
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