Difference between revisions of "EVENT TYPE AREALOAD PRELOADEXIT"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (|sourcefile=script.ldf)
m (category)
Line 3: Line 3:
 
|when=for things you want to happen while the load screen is still up, things like moving creatures around
 
|when=for things you want to happen while the load screen is still up, things like moving creatures around
 
|from=Engine
 
|from=Engine
|to=
+
|to=Areas
 +
|tocategory1=Area
 +
|sortkey=AREALOAD_PRELOADEXIT
 
}}
 
}}
 
[[Category:event types|AREALOAD_PRELOADEXIT]]
 
[[Category:Areas]]
 

Revision as of 20:37, 10 September 2009

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;
}