Difference between revisions of "EVENT TYPE HEARTBEAT"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(formatting)
m (|sourcefile=events_h)
Line 1: Line 1:
 
{{needs review}}
 
{{needs review}}
 
{{event
 
{{event
|when=
+
|sourcefile=events_h
 +
|when= runs 2 seconds after death to set AI level to low
 
|from=
 
|from=
 
|to=
 
|to=

Revision as of 23:08, 18 August 2009

The documentation on this page is incomplete, obsolete, or otherwise in need of a thorough review. The current content may provide a good starting point for this, but do not rely on its accuracy when using it to design content.

Source:
events_h
Sent when:
runs 2 seconds after death to set AI level to low
Sent from:
Sent to:
Parameters:
None.

Usage

case EVENT_TYPE_HEARTBEAT:
{

// insert event-handling code here

break;
}