Difference between revisions of "CProperties::AddScriptObject"

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 AddScriptObject( const string &in groupName, IScriptObject @obj)
 
bool AddScriptObject( const string &in groupName, IScriptObject @obj)
 
 
</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:10, 30 September 2012



bool AddScriptObject( const string &in groupName, IScriptObject @obj)

Object method of: CProperties