Difference between revisions of "Ability ApplyUpkeepEffects"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(added description)
Line 31: Line 31:
 
<!-- == Description == -->
 
<!-- == Description == -->
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
 +
Upkeep effects are permanent until the effect is removed. They also set the UI-icon toggle inside the effect based on the ability ID.
  
 
<!-- == Remarks == -->
 
<!-- == Remarks == -->

Revision as of 01:42, 4 March 2011

[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