RemoveCommandByIndex

From Dragon Age Toolset Wiki
Revision as of 19:52, 3 March 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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