SetEffectObject

From Dragon Age Toolset Wiki
Jump to: navigation, search

Sets the specified float on the effect

effect SetEffectObject(
effect efEffect,
int nIndex,
object oValue
);
Parameters:
efEffect
The effect to set the value on
nIndex
The index of the value to set
oValue
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 object 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

GetEffectObject