Difference between revisions of "CSecurity::isPlayerBanned"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) m (moved CSecurity::doListChecks to CSecurity::isPlayerBanned: Renamed method) |
Shadlington (Talk | contribs) |
||
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