Difference between revisions of "EVENT TYPE MODULE LOAD"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (|sourcefile=script.ldf)
Line 1: Line 1:
 
{{event
 
{{event
 +
|sourcefile=script.ldf
 
|when= The module loads from a save game. This event can fire more than once for a single module or game instance.
 
|when= The module loads from a save game. This event can fire more than once for a single module or game instance.
 
|from= [[engine]]
 
|from= [[engine]]

Revision as of 20:43, 30 July 2009

Source:
script.ldf
Sent when:
The module loads from a save game. This event can fire more than once for a single module or game instance.
Sent from:
engine
Sent to:
module
Parameters:

Usage

case EVENT_TYPE_MODULE_LOAD:
{

// insert event-handling code here

break;
}