Difference between revisions of "EVENT TYPE AREALOADSAVE POSTLOADEXIT"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (|sourcefile=script.ldf)
m (redundant categories)
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
|sourcefile=script.ldf
 
|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=Areas
|from=engine
+
|from=[[engine]]
 +
|tocategory1=Area
 +
|sortkey=AREALOADSAVE_POSTLOADEXIT
 
}}
 
}}
 
[[Category:Event types|AREALOADSAVE_POSTLOADEXIT]]
 
[[Category:Areas]]
 

Latest revision as of 00:37, 12 February 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;
}