Difference between revisions of "EVENT TYPE AREALOAD SPECIAL"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(split out of event)
 
m (Adding link)
 
(6 intermediate revisions by 2 users not shown)
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
+
|sourcefile  = script.ldf
*<b>Sent To:</b>
+
|when        = for playing things like cutscenes and movies when you enter an area, things that do not involve AI or actual game play
 
+
|from        = Engine
Parameters:
+
|to          = [[area]]s
 
+
|tocategory1 = Area
[[Category:Event types|AREALOAD_SPECIAL]]
+
|sortkey    = AREALOAD_SPECIAL
 +
}}

Latest revision as of 22:33, 25 March 2012

Source:
script.ldf
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:
areas
Parameters:
None.

Usage

case EVENT_TYPE_AREALOAD_SPECIAL:
{

// insert event-handling code here

break;
}