Difference between revisions of "Ability ApplyUpkeepEffects"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with '{{dafunction |name = Ability_ApplyUpkeepEffects |brief = {{undocumented}} |param1type = object |param1name = oCaster |param1desc = {{undocumented}} |param1default = |param2type =...')
(No difference)

Revision as of 01:05, 25 February 2010

[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