Difference between revisions of "Ability ApplyUpkeepEffect"

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

Latest revision as of 01:05, 25 February 2010

[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