Difference between revisions of "EVENT TYPE AREALOADSAVE POSTLOADEXIT"

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

Revision as of 05:23, 3 January 2010

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