Difference between revisions of "EVENT TYPE AREALOAD SPECIAL"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(remove redundant categories)
m (Adding link)
 
Line 1: Line 1:
 
{{event
 
{{event
|sourcefile=script.ldf
+
|sourcefile = script.ldf
|when=for playing things like cutscenes and movies when you enter an area, things that do not involve AI or actual game play
+
|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
+
|from       = Engine
|to=Areas
+
|to         = [[area]]s
|tocategory1=Area
+
|tocategory1 = Area
|sortkey=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;
}