Difference between revisions of "SetCommandInt"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
m (looks okay, removing tag)
 
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