GetEventFloat

From Dragon Age Toolset Wiki
Revision as of 18:58, 16 February 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

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