Difference between revisions of "EVENT TYPE AREALOADSAVE POSTLOADEXIT"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(category)
m (|sourcefile=script.ldf)
Line 1: Line 1:
 
{{event
 
{{event
 +
|sourcefile=script.ldf
 
|when=fires at the same time that the load screen is going away, but only when loading a savegame.
 
|when=fires at the same time that the load screen is going away, but only when loading a savegame.
 
|to=
 
|to=

Revision as of 20:36, 30 July 2009

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:
Parameters:
None.

Usage

case EVENT_TYPE_AREALOADSAVE_POSTLOADEXIT:
{

// insert event-handling code here

break;
}