Difference between revisions of "EVENT TYPE AREALOAD SPECIAL"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(split out of event)
 
(formatting)
Line 1: Line 1:
*<b>Sent When:</b> for playing things like cutscenes and movies when you enter an area, things that do not involve AI or actual game play
+
{{event
*<b>Sent From:</b> engine
+
|when=for playing things like cutscenes and movies when you enter an area, things that do not involve AI or actual game play
*<b>Sent To:</b>
+
|from=Engine
 
+
|to=
Parameters:
+
}}
  
 
[[Category:Event types|AREALOAD_SPECIAL]]
 
[[Category:Event types|AREALOAD_SPECIAL]]

Revision as of 22:45, 23 July 2009

Source:
[Undocumented]
Sent when:
for playing things like cutscenes and movies when you enter an area, things that do not involve AI or actual game play
Sent from:
Engine
Sent to:
Parameters:
None.

Usage

case EVENT_TYPE_AREALOAD_SPECIAL:
{

// insert event-handling code here

break;
}