GetEffectInteger

From Dragon Age Toolset Wiki
Revision as of 19:25, 1 March 2010 by BryanDerksen (Talk | contribs) (fill in missing parameter, remove tag)

Jump to: navigation, search

Gets the specified integer on the effect

int GetEffectInteger(
effect efEffect,
int nIndex
);
Parameters:
efEffect
The effect to query
nIndex
The index of the integer to get
Returns:

Returns the specified integer, returns -1 on error.

Source:

script.ldf

Description

Gets the specified integer on the effect.


See also

SetEffectInteger