GetEventInteger

From Dragon Age Toolset Wiki
Jump to: navigation, search

Gets the specified integer on the event.

int GetEventInteger(
event evEvent,
int nIndex
);
Parameters:
evEvent
The event to get the integer off of
nIndex
The index of the integer to get
Returns:

Returns the specified integer, returns -1 on error.

Source:

script.ldf

Description

Gets the specified integer on the event.


See also

SetEventInteger