Difference between revisions of "EVENT TYPE AREALOAD SPECIAL"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (|sourcefile=script.ldf)
(category)
Line 3: Line 3:
 
|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=
+
|to=Areas
 +
|tocategory1=Area
 +
|sortkey=AREALOAD_SPECIAL
 
}}
 
}}
 
[[Category:Event types|AREALOAD_SPECIAL]]
 
[[Category:areas]]
 

Revision as of 20:37, 10 September 2009

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;
}