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...")
 
 
(One intermediate revision by the same user not shown)
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]]

Latest revision as of 18:45, 22 September 2012



int getTeamsCount()

Object method of: CRules