Difference between revisions of "EVENT TYPE AREALOAD PRELOADEXIT"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (category)
Line 7: Line 7:
 
|sortkey=AREALOAD_PRELOADEXIT
 
|sortkey=AREALOAD_PRELOADEXIT
 
}}
 
}}
 +
[[Category:Event types|AREALOAD_PRELOADEXIT]]
 +
[[Category:Area events|AREALOAD_PRELOADEXIT]]

Revision as of 05:24, 3 January 2010

Source:
script.ldf
Sent when:
for things you want to happen while the load screen is still up, things like moving creatures around
Sent from:
Engine
Sent to:
Areas
Parameters:
None.

Usage

case EVENT_TYPE_AREALOAD_PRELOADEXIT:
{

// insert event-handling code here

break;
}