Difference between revisions of "CRules::getTeamsCount"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> int getTeamsCount() </syntaxhighlight> Object method of: CRules Category:Scripting [[Category:Objec...")
 
Line 2: Line 2:
 
   
 
   
 
</onlyinclude>
 
</onlyinclude>
+
 
 
<syntaxhighlight lang="cpp">
 
<syntaxhighlight lang="cpp">
+
int getTeamsCount()
int getTeamsCount()
+
+
 
</syntaxhighlight>
 
</syntaxhighlight>
+
 
 
Object method of: [[CRules]]
 
Object method of: [[CRules]]
 
[[Category:Scripting]]
 
[[Category:Scripting]]
 
   
 
   
 
[[Category:Object Methods]]
 
[[Category:Object Methods]]

Revision as of 18:44, 22 September 2012



int getTeamsCount()

Object method of: CRules