Difference between revisions of "EVENT TYPE HEARTBEAT2"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with '{{needs review}} {{event |sourcefile=script.ldf |when= |from= |to= }} HEARTBEAT2')
 
m (Updating template)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{needs review}}
 
{{needs review}}
 
{{event
 
{{event
|sourcefile=script.ldf
+
|sourcefile   = script.ldf
|when=
+
|sourcemodule =
|from=
+
|sortkey      = HEARTBEAT2
|to=
+
|when         = Heartbeat event generated by engine in response to [[InitHeartbeat]]
 +
|from         = [[engine]]
 +
|to           = [[player]]
 +
|tocategory1  = Creature
 +
|tocategory2  =  
 
}}
 
}}
 
[[Category:Event types|HEARTBEAT2]]
 

Latest revision as of 19:08, 21 August 2011

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:
script.ldf
Sent when:
Heartbeat event generated by engine in response to InitHeartbeat
Sent from:
engine
Sent to:
player
Parameters:
None.

Usage

case EVENT_TYPE_HEARTBEAT2:
{

// insert event-handling code here

break;
}