Difference between revisions of "EVENT TYPE DEBUG KICKSTART AI"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(formatting)
m (|sourcefile=events_h)
Line 1: Line 1:
 
{{event
 
{{event
 +
|sourcefile=events_h
 
|when= Kickstart the AI if it was frozen out. Debug Event, do not use in production scripts
 
|when= Kickstart the AI if it was frozen out. Debug Event, do not use in production scripts
 
|from=
 
|from=

Revision as of 16:45, 19 August 2009

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