Ability ApplyUpkeepEffect

From Dragon Age Toolset Wiki
Revision as of 01:05, 25 February 2010 by BryanDerksen (Talk | contribs) (Created page with '{{dafunction |name = Ability_ApplyUpkeepEffect |brief = {{undocumented}} |param1type = object |param1name = oCaster |param1desc = {{undocumented}} |param1default = |param2type = ...')

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