GetEventFloat

From Dragon Age Toolset Wiki
Jump to: navigation, search

Gets the specified float on the event.

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

Returns the specified float, returns -1.0f on error.

Source:

script.ldf

Description

Gets the specified floating point number on the event.


See also

SetEventFloat