Difference between revisions of "RemoveCommandByIndex"

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=RemoveCommandByIndex
 
|name=RemoveCommandByIndex

Latest revision as of 19:52, 3 March 2010

Remove a command from the command queue by the specified index. Excludes the currently active command.

void RemoveCommandByIndex(
object oObject,
int nIndex
);
Parameters:
oObject
the object in which to remove the command from
nIndex
the index in the command queue from which to remove the command
Returns:

Nothing.

Source:

script.ldf