Difference between revisions of "GetCommandType"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(remove tag, add link)
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=

Revision as of 21:21, 24 February 2010

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.