Difference between revisions of "CProperties::getScriptObjectsArray"
From King Arthur's Gold Wiki
(Created) |
Shadlington (Talk | contribs) |
||
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 10:57, 10 September 2012
array<IScriptObject@>@ getScriptObjectsArray( const string &in groupName ) void GetScriptObjectsArray( const string &in groupName, array<IScriptObject@> &inout )
Object method of: CProperties