EVENT TYPE CRAFT ITEM

From Dragon Age Toolset Wiki
Revision as of 20:52, 29 November 2009 by Axe Murderer (Talk | contribs) (missing the link brackets)

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:
engine
Sent to:
module
Parameters:

Usage

case EVENT_TYPE_CRAFT_ITEM:
{
object oCrafter = GetEventObject(ev, 0); //

// insert event-handling code here

break;
}