RemoveCommandByIndex

From Dragon Age Toolset Wiki
Jump to: navigation, search

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