Difference between revisions of "EVENT TYPE WORLDMAP PRETRANSITION"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(split off of event)
 
(formatting)
Line 1: Line 1:
*<b>Sent When:</b>
+
{{needs revision}}
*<b>Sent From:</b>
+
{{event
*<b>Sent To: module</b>
+
|when=
 
+
|from=
Parameters:
+
|to=
 +
}}
  
 
[[Category:Event types|WORLDMAP_PRETRANSITION]]
 
[[Category:Event types|WORLDMAP_PRETRANSITION]]
 
[[Category:Maps]]
 
[[Category:Maps]]

Revision as of 21:55, 24 July 2009

Template:Needs revision

Source:
[Undocumented]
Sent when:
Sent from:
Sent to:
Parameters:
None.

Usage

case EVENT_TYPE_WORLDMAP_PRETRANSITION:
{

// insert event-handling code here

break;
}