GetEffectInteger

From Dragon Age Toolset Wiki
Revision as of 19:42, 10 March 2012 by Sunjammer (Talk | contribs) (Correcting category)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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