Difference between revisions of "EVENT TYPE PARTY MEMBER RES TIMER"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(split out of event)
 
m (Updating template)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
{{needs review}}
 +
{{event
 +
|sourcefile  = events_h
 +
|sourcemodule = Core Game Resources
 +
|sortkey      = PARTY_MEMBER_RES_TIMER
 +
|when        =
 +
|from        =
 +
|to          =
 +
}}
 +
 +
== Remarks ==
  
 
Resurrection timer used if a creature dies in explore mode.
 
Resurrection timer used if a creature dies in explore mode.
  
party members are rezzed on this event if it happens outside of combat.
+
Party members are resurrected through this event if it happens outside of combat.
 
+
*<b>Sent When:</b>
+
*<b>Sent From:</b>
+
*<b>Sent To:</b>
+
 
+
Parameters:
+
 
+
[[Category:Event types|PARTY_MEMBER_RES_TIMER]]
+

Latest revision as of 17:41, 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:
Core Game Resources.events_h
Sent when:
Sent from:
Sent to:
Parameters:
None.

Usage

case EVENT_TYPE_PARTY_MEMBER_RES_TIMER:
{

// insert event-handling code here

break;
}

Remarks

Resurrection timer used if a creature dies in explore mode.

Party members are resurrected through this event if it happens outside of combat.