UT IncLocalInt

From Dragon Age Toolset Wiki
Revision as of 19:39, 10 February 2010 by BryanDerksen (Talk | contribs) (Created page with '{{dafunction |name = UT_IncLocalInt |brief = Increments a local integer. |param1type = object |param1name = oObject |param1desc = Object to store the var on. |param1default = |pa...')

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