Difference between revisions of "CProperties::DeleteScriptObjectByIndex"

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">
 
 
bool DeleteScriptObjectByIndex( const string &in groupName, int index)
 
bool DeleteScriptObjectByIndex( 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 17:10, 30 September 2012



bool DeleteScriptObjectByIndex( const string &in groupName, int index)

Object method of: CProperties