Difference between revisions of "EVENT TYPE APPLY EFFECT"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(don't know what parameter "current effect" is supposed to be)
m (|sourcefile=script.ldf)
Line 1: Line 1:
 
{{event
 
{{event
 +
|sourcefile=script.ldf
 
|when=an effect is applied to the receiving object
 
|when=an effect is applied to the receiving object
 
|to=creatures, placeables
 
|to=creatures, placeables

Revision as of 20:35, 30 July 2009

Source:
script.ldf
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