Difference between revisions of "EVENT TYPE CAST AT"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(split off of event)
 
(formatting)
Line 1: Line 1:
*<b>Sent When:</b> placeable is hit by a spell.
+
{{event
*<b>Sent From:</b> engine
+
|when=placeable is hit by a spell
*<b>Sent To:</b> placeable
+
|from=[[engine]]
 
+
|to=[[placeable]]
Parameters:
+
}}
  
 
[[Category:Event types|CAST_AT]]
 
[[Category:Event types|CAST_AT]]

Revision as of 16:52, 24 July 2009

Source:
[Undocumented]
Sent when:
placeable is hit by a spell
Sent from:
engine
Sent to:
placeable
Parameters:
None.

Usage

case EVENT_TYPE_CAST_AT:
{

// insert event-handling code here

break;
}