Difference between revisions of "EVENT TYPE TRAP TRIGGER ENTER"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(split out of event)
 
Line 1: Line 1:
*<b>Sent When:</b>
+
{{needs review}}
*<b>Sent From:</b> area of effect 'trigger'
+
{{event
*<b>Sent To:</b> trap's signal target(s).
+
|when=
 
+
|from=area of effect 'trigger'
Parameters:
+
|to=trap's signal target(s).
 +
}}
  
 
[[Category:Event types|TRAP_TRIGGER_ENTER]]
 
[[Category:Event types|TRAP_TRIGGER_ENTER]]
 +
[[Category:Traps]]

Revision as of 21:07, 24 July 2009

The documentation on this page is incomplete, obsolete, or otherwise in need of a thorough review. The current content may provide a good starting point for this, but do not rely on its accuracy when using it to design content.

Source:
[Undocumented]
Sent when:
Sent from:
area of effect 'trigger'
Sent to:
trap's signal target(s).
Parameters:
None.

Usage

case EVENT_TYPE_TRAP_TRIGGER_ENTER:
{

// insert event-handling code here

break;
}