EVENT TYPE DEBUG KICKSTART AI

From Dragon Age Toolset Wiki
Revision as of 17:41, 21 August 2011 by Sunjammer (Talk | contribs) (Updating template)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Source:
Core Game Resources.events_h
Sent when:
Kick starts the AI if it was frozen out. Debug Event, do not use in production scripts
Sent from:
Sent to:
Parameters:
None.

Usage

case EVENT_TYPE_DEBUG_KICKSTART_AI:
{

// insert event-handling code here

break;
}