Difference between revisions of "EVENT TYPE AREALOAD SPECIAL"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(category)
Line 7: Line 7:
 
|sortkey=AREALOAD_SPECIAL
 
|sortkey=AREALOAD_SPECIAL
 
}}
 
}}
 +
[[Category:Event types|AREALOAD_SPECIAL]]
 +
[[Category:Area events|AREALOAD_SPECIAL]]

Revision as of 05:24, 3 January 2010

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