SetEventFloat

From Dragon Age Toolset Wiki
Revision as of 22:51, 9 February 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Sets the specified float on the event.

event SetEventFloat(
event evEvent,
int nIndex,
float fValue
);
Parameters:
evEvent
The event to set the float on
nIndex
The index of the float to set
fValue
The value of the float to set
Returns:

Returns the modified event, returns an invalid event on error.

Source:

script.ldf

Description

Sets the specified floating point value on the event.

Remarks

It should be noted that there is no maximum number of values on an event, as the array of values on the event expands as needed.


See also

GetEventFloat