EVENT TYPE AREALOAD PRELOADEXIT

From Dragon Age Toolset Wiki
Revision as of 00:35, 12 February 2010 by BryanDerksen (Talk | contribs) (remove redundant categories)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Source:
script.ldf
Sent when:
for things you want to happen while the load screen is still up, things like moving creatures around
Sent from:
Engine
Sent to:
Areas
Parameters:
None.

Usage

case EVENT_TYPE_AREALOAD_PRELOADEXIT:
{

// insert event-handling code here

break;
}