Ability ApplyUpkeepEffect

From Dragon Age Toolset Wiki
Jump to: navigation, search

[Undocumented]

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

Nothing.

Source:

Core Resources.ability_h



See also

Ability_ApplyUpkeepEffects