Difference between revisions of "EVENT TYPE AREALOADSAVE POSTLOADEXIT"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(formatting)
(category)
Line 6: Line 6:
  
 
[[Category:Event types|AREALOADSAVE_POSTLOADEXIT]]
 
[[Category:Event types|AREALOADSAVE_POSTLOADEXIT]]
 +
[[Category:Areas]]

Revision as of 00:25, 25 July 2009

Source:
[Undocumented]
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:
Parameters:
None.

Usage

case EVENT_TYPE_AREALOADSAVE_POSTLOADEXIT:
{

// insert event-handling code here

break;
}