Difference between revisions of "CSecurity::isPlayerBanned"

From King Arthur's Gold Wiki
Jump to: navigation, search
 
Line 2: Line 2:
 
   
 
   
 
</onlyinclude>
 
</onlyinclude>
 
<syntaxhighlight lang="cpp">
 
 
bool doListChecks( CPlayer@ player )
 
bool doListChecks( const string &in username )
 
  
 +
<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 18:38, 17 September 2012



bool isPlayerBanned( CPlayer@ player )
bool isPlayerBanned( const string &in username )

Object method of: CSecurity