Difference between revisions of "EVENT TYPE AREALOADSAVE POSTLOADEXIT"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(split out of event)
 
m (redundant categories)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
*<b>Sent When:</b> fires at the same time that the load screen is going away, but only when loading a savegame.
+
{{event
*<b>Sent From:</b> engine
+
|sourcefile=script.ldf
*<b>Sent To:</b>
+
|when=fires at the same time that the load screen is going away, but only when loading a savegame.
 
+
|to=Areas
Parameters:
+
|from=[[engine]]
 
+
|tocategory1=Area
[[Category:Event types|AREALOADSAVE_POSTLOADEXIT]]
+
|sortkey=AREALOADSAVE_POSTLOADEXIT
 +
}}

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