Difference between revisions of "GetCommandObject"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with '{{dafunction |name = GetCommandObject |brief = This returns an object associated with the specified command |param1type = command |param1name = cCommand |param1desc = The command...')
 
m (Adding version parameter)
 
Line 1: Line 1:
 
{{dafunction
 
{{dafunction
|name = GetCommandObject
+
|version      = 1.02
|brief = This returns an object associated with the specified command
+
|name         = GetCommandObject
|param1type = command
+
|brief         = This returns an object associated with the specified command
|param1name = cCommand
+
|param1type   = command
|param1desc = The command
+
|param1name   = cCommand
 +
|param1desc   = The command
 
|param1default =
 
|param1default =
|param2type = int
+
|param2type   = int
|param2name = nIndex
+
|param2name   = nIndex
|param2desc = The nth object requested.
+
|param2desc   = The nth object requested.
 
|param2default = 0
 
|param2default = 0
|returntype = object
+
|returntype   = object
|returndesc =  
+
|returndesc   =  
|sourcefile = script.ldf
+
|sourcefile   = script.ldf
|sourcemodule =
+
|sourcemodule =
 
}}
 
}}
 
 
<!-- == Description == -->
 
<!-- == Description == -->
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
 
 
<!-- == Remarks == -->
 
<!-- == Remarks == -->
 
<!-- This section contains additional comments, observations and known issues. -->
 
<!-- This section contains additional comments, observations and known issues. -->
 
 
<!-- == Examples == -->
 
<!-- == Examples == -->
 
<!-- This section contains examples transcluded from the snippet library. -->
 
<!-- This section contains examples transcluded from the snippet library. -->
 
 
<!-- == See also == -->
 
<!-- == See also == -->
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
  
 
[[Category:Commands functions]]
 
[[Category:Commands functions]]

Latest revision as of 13:25, 26 March 2012

This returns an object associated with the specified command

object GetCommandObject(
command cCommand,
int nIndex = 0
);
Parameters:
cCommand
The command
nIndex
The nth object requested.
Returns:

[Undocumented]

Source:

script.ldf