EVENT TYPE CHARGEN ASSIGN ATTRIBUTES

From Dragon Age Toolset Wiki
Revision as of 21:51, 19 August 2009 by BryanDerksen (Talk | contribs) (parameters from sys_chargen)

Jump to: navigation, search

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:
Parameters:

Usage

case EVENT_TYPE_CHARGEN_ASSIGN_ATTRIBUTES:
{
int nAttribute = GetEventInteger(ev, 0); // [Undocumented]
int nPoints = GetEventInteger(ev, 1); // [Undocumented]

// insert event-handling code here

break;
}