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)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=SetCommandInt
 
|name=SetCommandInt
Line 6: Line 5:
 
|param1name=cCommand
 
|param1name=cCommand
 
|param1desc=The command
 
|param1desc=The command
 +
|param1default=
 
|param2type=int
 
|param2type=int
 
|param2name=nCommandInt
 
|param2name=nCommandInt
 
|param2desc=The integer being set on the command
 
|param2desc=The integer being set on the command
 +
|param2default=
 
|param3type=int
 
|param3type=int
 
|param3name=nIndex
 
|param3name=nIndex
 
|param3desc=The nth integer being set. Defaults to 0
 
|param3desc=The nth integer being set. Defaults to 0
 +
|param3default=0
 
|returntype=void
 
|returntype=void
 
|returndesc=VOID
 
|returndesc=VOID

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