Difference between revisions of "GetCommandType"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(remove tag, add link)
m (Updating link)
 
Line 6: Line 6:
 
|param1desc=The command
 
|param1desc=The command
 
|returntype=int
 
|returntype=int
|returndesc=a [[COMMAND TYPE*]] constant.
+
|returndesc=a [[COMMAND TYPE_*]] constant.
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=

Latest revision as of 13:26, 3 August 2011

Returns the command type.

int GetCommandType(
command cCommand
);
Parameters:
cCommand
The command
Returns:

a COMMAND TYPE_* constant.

Source:

script.ldf

Description

Returns the command type.