Difference between revisions of "EVENT TYPE DEBUG KICKSTART AI"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(formatting)
m (Updating template)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{event
 
{{event
|when= Kickstart the AI if it was frozen out. Debug Event, do not use in production scripts
+
|sourcefile  = events_h
|from=
+
|sourcemodule = Core Game Resources
|to=
+
|sortkey      = DEBUG_KICKSTART_AI
 +
|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;
}