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 =...')
 
Line 38: Line 38:
 
<!-- This section contains examples transcluded from the snippet library. -->
 
<!-- This section contains examples transcluded from the snippet library. -->
  
<!-- == See also == -->
+
== See also ==
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
 +
[[Ability_ApplyUpkeepEffect]]

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



See also

Ability_ApplyUpkeepEffect