Difference between revisions of "CSecurity::isPlayerBanned"
From King Arthur's Gold Wiki
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> bool doListChecks( CPlayer@ player ) bool doListChecks( const string &in username ) </syntaxhighlight> Object...") |
Shadlington (Talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
</onlyinclude> | </onlyinclude> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | <syntaxhighlight lang="cpp"> | ||
+ | bool isPlayerBanned( CPlayer@ player ) | ||
+ | bool isPlayerBanned( const string &in username ) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | + | ||
Object method of: [[CSecurity]] | Object method of: [[CSecurity]] | ||
[[Category:Scripting]] | [[Category:Scripting]] | ||
[[Category:Object Methods]] | [[Category:Object Methods]] |
Latest revision as of 17:38, 17 September 2012
bool isPlayerBanned( CPlayer@ player ) bool isPlayerBanned( const string &in username )
Object method of: CSecurity