Difference between revisions of "EVENT TYPE HEARTBEAT2"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m
Line 2: Line 2:
 
{{event
 
{{event
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
|when= Heartbeat event generated by engine in response to InitHeartbeat()
+
|when= Heartbeat event generated by engine in response to [[InitHeartbeat]]()
 
|from= [[engine]]
 
|from= [[engine]]
 
|to= player
 
|to= player

Revision as of 23:30, 21 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:
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;
}