RemoveCommand

From Dragon Age Toolset Wiki
Revision as of 23:25, 12 February 2010 by BryanDerksen (Talk | contribs) (fill in missing parameters)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Removes a specific command from an objects command queue

void RemoveCommand(
object oObject,
command cCommand
);
Parameters:
oObject
The object to remove the command from
cCommand
The command to remove
Returns:

Nothing.

Source:

script.ldf