Difference between revisions of "CSecurity::printBans"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> void printBans() </syntaxhighlight> Object method of: CSecurity Category:Scripting [[Category:Objec...")
 
 
Line 4: Line 4:
 
   
 
   
 
<syntaxhighlight lang="cpp">
 
<syntaxhighlight lang="cpp">
+
void printBans()
void printBans()
+
+
 
</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:51, 17 September 2012



void printBans()

Object method of: CSecurity