Difference between revisions of "EVENT TYPE AREALOAD POSTLOADEXIT"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (|sourcefile=script.ldf)
(category)
Line 4: Line 4:
 
|to=
 
|to=
 
|from=Engine
 
|from=Engine
 +
|tocategory1=Area
 +
|sortkey=AREALOAD_POSTLOADEXIT
 
}}
 
}}
 
[[Category:event types|AREALOAD_POSTLOADEXIT]]
 
[[Category:Areas]]
 

Revision as of 20:36, 10 September 2009

Source:
script.ldf
Sent when:
fires at the same time that the load screen is going away, and can be used for things that you want to make sure the player sees.
Sent from:
Engine
Sent to:
Parameters:
None.

Usage

case EVENT_TYPE_AREALOAD_POSTLOADEXIT:
{

// insert event-handling code here

break;
}