EVENT TYPE DEBUG KICKSTART AI

From Dragon Age Toolset Wiki
Revision as of 16:45, 19 August 2009 by BryanDerksen (Talk | contribs) (|sourcefile=events_h)

Jump to: navigation, search
Source:
events_h
Sent when:
Kickstart 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;
}