EVENT TYPE AREALOADSAVE POSTLOADEXIT

From Dragon Age Toolset Wiki
Revision as of 00:37, 12 February 2010 by BryanDerksen (Talk | contribs) (redundant categories)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Source:
script.ldf
Sent when:
fires at the same time that the load screen is going away, but only when loading a savegame.
Sent from:
engine
Sent to:
Areas
Parameters:
None.

Usage

case EVENT_TYPE_AREALOADSAVE_POSTLOADEXIT:
{

// insert event-handling code here

break;
}