Difference between revisions of "CSecurity::unBan"
From King Arthur's Gold Wiki
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> bool unBan( const int index ) </syntaxhighlight> Object method of: CSecurity Category:Scripting [[C...") |
Shadlington (Talk | contribs) |
||
(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 string &in username ) | |
− | + | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Latest revision as of 17:54, 17 September 2012
bool unBan( const int index ) bool unBan( const string &in username )
Object method of: CSecurity