Difference between revisions of "UT IncLocalInt"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(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...')
 
(No difference)

Latest revision as of 19:39, 10 February 2010

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