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...")
 
Line 6: Line 6:
 
   
 
   
 
  bool unBan( const int index )
 
  bool unBan( const int index )
   
+
  bool unBan( const string &in username )
 +
 
 
</syntaxhighlight>
 
</syntaxhighlight>
 
   
 
   

Revision as of 06:45, 9 September 2012



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

Object method of: CSecurity