SetCommandInt

From Dragon Age Toolset Wiki
Revision as of 23:14, 26 February 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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