GetEffectInteger

From Dragon Age Toolset Wiki
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