SetEffectFloat

From Dragon Age Toolset Wiki
Jump to: navigation, search

Sets the specified float on the effect

effect SetEffectFloat(
effect efEffect,
int nIndex,
float fValue
);
Parameters:
efEffect
The effect to set the value on
nIndex
The index of the value to set
fValue
The value of the value to set
Returns:

Returns the modfied effect, returns an invalid effect on error.

Source:

script.ldf

Description

Sets the specified float on the effect

Remarks

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

See also

GetEffectFloat