Difference between revisions of "EVENT TYPE DEBUG KICKSTART AI"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (|sourcefile=events_h)
m (Updating template)
 
Line 1: Line 1:
 
{{event
 
{{event
|sourcefile=events_h
+
|sourcefile   = events_h
|when= Kickstart the AI if it was frozen out. Debug Event, do not use in production scripts
+
|sourcemodule = Core Game Resources
|from=
+
|sortkey      = DEBUG_KICKSTART_AI
|to=
+
|when         = Kick starts the AI if it was frozen out. Debug Event, do not use in production scripts
 +
|from         =  
 +
|to           =  
 
}}
 
}}
 
[[Category:Event types|DEBUG_KICKSTART_AI]]
 

Latest revision as of 17:41, 21 August 2011

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