UT IncLocalInt

From Dragon Age Toolset Wiki
Jump to: navigation, search

Increments a local integer.

void UT_IncLocalInt(
object oObject,
string sVarName,
int nIncrement = 1
);
Parameters:
oObject
Object to store the var on.
sVarName
The name of the integer variable to store.
nIncrement
The amount the integer will be changed by.
Returns:

Nothing.

Source:

Core Resources.utility_h