EVENT TYPE CHARGEN END

From Dragon Age Toolset Wiki
Revision as of 20:11, 20 August 2009 by BryanDerksen (Talk | contribs) (information from GUICharGenBase.cpp)

Jump to: navigation, search
Source:
script.ldf
Sent when:
Sent from:
Sent to:
module
Parameters:

Usage

case EVENT_TYPE_CHARGEN_END:
{
object oModule = GetEventCreator(ev); //
int nMode = GetEventInteger(ev, 0); //
int nExitPoint = GetEventInteger(ev, 1); //
object oCreature = GetEventObject(ev, 0); //

// insert event-handling code here

break;
}