Difference between revisions of "RemoveCommand"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m (fill in missing parameters)
 
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=RemoveCommand
 
|name=RemoveCommand
Line 5: Line 4:
 
|param1type=object
 
|param1type=object
 
|param1name=oObject
 
|param1name=oObject
|param1desc=
+
|param1desc=The object to remove the command from
 
|param2type=command
 
|param2type=command
 
|param2name=cCommand
 
|param2name=cCommand
|param2desc=
+
|param2desc=The command to remove
 
|returntype=void
 
|returntype=void
 
|returndesc=
 
|returndesc=

Latest revision as of 23:25, 12 February 2010

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