Difference between revisions of "EVENT TYPE AREALOAD PRELOADEXIT"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(split out of event)
 
(formatting)
Line 1: Line 1:
*<b>Sent When:</b> for things you want to happen while the load screen is still up, things like moving creatures around
+
{{event
*<b>Sent From:</b> engine
+
|when=
*<b>Sent To:</b>
+
|from=
 
+
|to=
Parameters:
+
}}
  
 
[[Category:event types|AREALOAD_PRELOADEXIT]]
 
[[Category:event types|AREALOAD_PRELOADEXIT]]

Revision as of 22:44, 23 July 2009

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

Usage

case EVENT_TYPE_AREALOAD_PRELOADEXIT:
{

// insert event-handling code here

break;
}