Difference between revisions of "GetCurrentCommand"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
(repair omission)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetCurrentCommand
 
|name=GetCurrentCommand
Line 5: Line 4:
 
|param1type=object
 
|param1type=object
 
|param1name=oObject
 
|param1name=oObject
|param1desc=
+
|param1desc=the object whose current command is being retrieved
 
|returntype=command
 
|returntype=command
|returndesc=command - the current command, use GetCommandType to see if it is COMMAND_INVALID
+
|returndesc=the current command, use GetCommandType to see if it is COMMAND_INVALID
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=

Latest revision as of 23:30, 29 July 2009

This function returns current command for the specified object

command GetCurrentCommand(
object oObject
);
Parameters:
oObject
the object whose current command is being retrieved
Returns:

the current command, use GetCommandType to see if it is COMMAND_INVALID

Source:

script.ldf

Description

The 'current' command is the command that is currently being executed. It is considered outside of the command queue.