Difference between revisions of "GetCommandByIndex"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(looks okay, removing tag)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetCommandByIndex
 
|name=GetCommandByIndex
|brief=Returns the command at the specified index in the command queue.
+
|brief=Returns the command at the specified index in the [[command queue]].
 
|param1type=object
 
|param1type=object
 
|param1name=oObject
 
|param1name=oObject

Latest revision as of 19:49, 25 February 2010

Returns the command at the specified index in the command queue.

command GetCommandByIndex(
object oObject,
int nIndex
);
Parameters:
oObject
the object to get the command from
nIndex
the index to get the command from
Returns:

command - the command at the specified index

Source:

script.ldf

Description

Index '0' is the command at the top of the queue, but not being executed yet.