Difference between revisions of "EVENT TYPE PARTY MONEY CHANGED"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (remove redundant category)
 
Line 12: Line 12:
  
 
[[Category:Merchants]]
 
[[Category:Merchants]]
[[Category:Event types|MONEY_CHANGED]]
 
[[Category:Module events|MONEY_CHANGED]]
 

Latest revision as of 00:57, 12 February 2010

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:
The party's money changes
Sent from:
engine
Sent to:
module
Parameters:

Usage

case EVENT_TYPE_PARTY_MONEY_CHANGED:
{
int nMoney = GetEventInteger(ev, 0); //

// insert event-handling code here

break;
}