Difference between revisions of "EVENT TYPE MODULE START"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(split out of event)
 
(formatting)
Line 1: Line 1:
*<b>Sent When:</b> The module starts. This can happen only once for a single game instance.
+
{{event
*<b>Sent From:</b> engine
+
|when=The module starts. This can happen only once for a single game instance.
*<b>Sent To:</b> module
+
|from=[[engine]]
Parameters:
+
|to= [[module]]
*<b>Creator:</b> ???
+
|creatorname=
 +
|creatordesc={{undocumented}}
 +
}}
  
 
[[Category:Event types|MODULE_START]]
 
[[Category:Event types|MODULE_START]]

Revision as of 18:21, 24 July 2009

Source:
[Undocumented]
Sent when:
The module starts. This can happen only once for a single game instance.
Sent from:
engine
Sent to:
module
Parameters:

Usage

case EVENT_TYPE_MODULE_START:
{

// insert event-handling code here

break;
}