Difference between revisions of "CProperties::getScriptObjectsArray"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created)
 
 
Line 4: Line 4:
 
   
 
   
 
<syntaxhighlight lang="cpp">
 
<syntaxhighlight lang="cpp">
 
 
array<IScriptObject@>@ getScriptObjectsArray( const string &in groupName )
 
array<IScriptObject@>@ getScriptObjectsArray( const string &in groupName )
+
void GetScriptObjectsArray( const string &in groupName, array<IScriptObject@> &inout )
 
</syntaxhighlight>
 
</syntaxhighlight>
 
   
 
   

Latest revision as of 11:57, 10 September 2012



array<IScriptObject@>@ getScriptObjectsArray( const string &in groupName )
void GetScriptObjectsArray( const string &in groupName, array<IScriptObject@> &inout )

Object method of: CProperties