Difference between revisions of "CProperties::getScriptObjectGroupSize"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created)
 
 
Line 1: Line 1:
 
<onlyinclude>
 
<onlyinclude>
+
 
 
</onlyinclude>
 
</onlyinclude>
+
 
 
<syntaxhighlight lang="cpp">
 
<syntaxhighlight lang="cpp">
 
 
int getScriptObjectGroupSize( const string &in groupName )
 
int getScriptObjectGroupSize( const string &in groupName )
 
 
</syntaxhighlight>
 
</syntaxhighlight>
+
 
 
Object method of: [[CProperties]]
 
Object method of: [[CProperties]]
 
[[Category:Scripting]]
 
[[Category:Scripting]]
 
 
[[Category:Object Methods]]
 
[[Category:Object Methods]]

Latest revision as of 16:11, 30 September 2012



int getScriptObjectGroupSize( const string &in groupName )

Object method of: CProperties