Difference between revisions of "GetCommandInt"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: re-import with default parameter value parameters set)
(looks okay, removing tag)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetCommandInt
 
|name=GetCommandInt

Latest revision as of 19:50, 25 February 2010

This returns an integer associated with the specified command

int GetCommandInt(
command cCommand,
int nIndex = 0
);
Parameters:
cCommand
The command
nIndex
The nth integer requested. Defaults to 0
Returns:

int

Source:

script.ldf