Difference between revisions of "SetCommandInt"

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

Latest revision as of 23:14, 26 February 2010

This sets an integer associated with the specified command

void SetCommandInt(
command cCommand,
int nCommandInt,
int nIndex = 0
);
Parameters:
cCommand
The command
nCommandInt
The integer being set on the command
nIndex
The nth integer being set. Defaults to 0
Returns:

Nothing.

Source:

script.ldf