Difference between revisions of "GetCommandType"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m (Updating link)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetCommandType
 
|name=GetCommandType
Line 7: Line 6:
 
|param1desc=The command
 
|param1desc=The command
 
|returntype=int
 
|returntype=int
|returndesc=int - the type of command.
+
|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.