Difference between revisions of "CProperties::getScriptObject"

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">
 
 
IScriptObject@ getScriptObject( const string &in groupName, int index )
 
IScriptObject@ getScriptObject( const string &in groupName, int index )
 
 
</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



IScriptObject@ getScriptObject( const string &in groupName, int index )

Object method of: CProperties