Difference between revisions of "EVENT TYPE APPLY EFFECT"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (sort key)
(don't know what parameter "current effect" is supposed to be)
Line 1: Line 1:
*<b>Sent When:</b> an effect is applied to the receiving object
+
{{event
*<b>Sent From:</b> engine
+
|when=an effect is applied to the receiving object
*<b>Sent To:</b> creatures, placeables
+
|to=creatures, placeables
 +
|from=engine
 +
|creatordesc= ???
 +
}}
  
 
Parameters:
 
Parameters:
 
*<b>Creator:</b> ???
 
*<b>Creator:</b> ???
*<b>Current Effect</b>: effect being applied
+
*<b>Current Effect</b>{{undocumented}}: effect being applied
  
 
[[Category:Event types|APPLY_EFFECT]]
 
[[Category:Event types|APPLY_EFFECT]]

Revision as of 22:22, 23 July 2009

Source:
[Undocumented]
Sent when:
an effect is applied to the receiving object
Sent from:
engine
Sent to:
creatures, placeables
Parameters:
  • Creator: ???

Usage

case EVENT_TYPE_APPLY_EFFECT:
{

// insert event-handling code here

break;
}

Parameters:

  • Creator: ???
  • Current Effect[Undocumented]: effect being applied