Ability ApplyUpkeepEffects

From Dragon Age Toolset Wiki
Revision as of 01:42, 4 March 2011 by Yokmp (Talk | contribs) (added description)

Jump to: navigation, search

[Undocumented]

void Ability_ApplyUpkeepEffects(
object oCaster,
int nAbility,
effect[] eEffects,
object oTarget = OBJECT_INVALID,
int bPartywide = FALSE
);
Parameters:
oCaster
[Undocumented]
nAbility
[Undocumented]
eEffects
[Undocumented]
oTarget
[Undocumented]
bPartywide
[Undocumented]
Returns:

Nothing.

Source:

Core Resources.ability_h

Upkeep effects are permanent until the effect is removed. They also set the UI-icon toggle inside the effect based on the ability ID.


See also

Ability_ApplyUpkeepEffect