Difference between revisions of "EVENT TYPE DEATH RES PARTY"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(parameter information from CConsoleFunctions.cpp)
Line 7: Line 7:
 
|tocategory1=module
 
|tocategory1=module
 
|sortkey=DEATH_RES_PARTY
 
|sortkey=DEATH_RES_PARTY
 +
|creatorname=oModule
 +
|creatordesc={{undocumented}}
 +
|object0name=oPlayer
 +
|object0desc={{undocumented}}
 
}}
 
}}
  
 
Party Resurrection button (cheat, death UI)
 
Party Resurrection button (cheat, death UI)

Revision as of 17:40, 20 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:
Sent from:
Sent to:
modules
Parameters:

Usage

case EVENT_TYPE_DEATH_RES_PARTY:
{
object oModule = GetEventCreator(ev); // [Undocumented]
object oPlayer = GetEventObject(ev, 0); // [Undocumented]

// insert event-handling code here

break;
}

Party Resurrection button (cheat, death UI)