EVENT TYPE AREALOAD POSTLOADEXIT

From Dragon Age Toolset Wiki
Revision as of 05:25, 3 January 2010 by KigenBarzhad (Talk | contribs)

Jump to: navigation, search
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:
Areas
Parameters:
None.

Usage

case EVENT_TYPE_AREALOAD_POSTLOADEXIT:
{

// insert event-handling code here

break;
}