Difference between revisions of "EVENT TYPE PARTY MEMBER FIRED"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(formatting)
(found a note in player_core)
Line 5: Line 5:
 
|to=
 
|to=
 
}}
 
}}
 +
 +
NOTE: this event actually does not fire in many cases. follower-fired code in better put in [[WR_SetFollowerState]]
  
 
[[Category:Event types|PARTY_MEMBER_FIRED]]
 
[[Category:Event types|PARTY_MEMBER_FIRED]]

Revision as of 20:25, 24 July 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:
[Undocumented]
Sent when:
Fires when an active or locked-active party member is removed from the active party
Sent from:
Sent to:
Parameters:
None.

Usage

case EVENT_TYPE_PARTY_MEMBER_FIRED:
{

// insert event-handling code here

break;
}

NOTE: this event actually does not fire in many cases. follower-fired code in better put in WR_SetFollowerState