Difference between revisions of "EVENT TYPE DEBUG KICKSTART AI"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(split off of event)
 
(formatting)
Line 1: Line 1:
*<b>Sent When:</b> Kickstart the AI if it was frozen out. Debug Event, do not use in production scripts
+
{{event
*<b>Sent From:</b>
+
|when= Kickstart the AI if it was frozen out. Debug Event, do not use in production scripts
*<b>Sent To:</b>
+
|from=
 
+
|to=
Parameters:
+
}}
  
 
[[Category:Event types|DEBUG_KICKSTART_AI]]
 
[[Category:Event types|DEBUG_KICKSTART_AI]]

Revision as of 17:38, 24 July 2009

Source:
[Undocumented]
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;
}