SetCommandInt

From Dragon Age Toolset Wiki
Jump to: navigation, search

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