Difference between revisions of "SetEffectInteger"

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

Revision as of 22:27, 9 February 2010

Sets the specified integer on the effect

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

GetEffectInteger