Difference between revisions of "GetEventFloat"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
m (looks okay, removing tag)
 
(One intermediate revision by the same user not shown)
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