SetEventInteger

From Dragon Age Toolset Wiki
Revision as of 22:50, 9 February 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

Jump to: navigation, search

Sets the specified integer on the event.

event SetEventInteger(
event evEvent,
int nIndex,
int nValue
);
Parameters:
evEvent
The event to set the integer on
nIndex
The index of the integer to set
nValue
The value of the integer to set
Returns:

Returns the modfied event, returns an invalid event on error.

Source:

script.ldf

Description

Sets the specified integer on the event.

Remarks

It should be noted that there is no maximum number of values on an event, as the array of values on the event expands as needed.


See also

GetEventInteger