Difference between revisions of "GetEventFloat"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m (looks okay, removing tag)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetEventFloat
 
|name=GetEventFloat

Latest revision as of 18:58, 16 February 2010

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