Difference between revisions of "EVENT TYPE CRAFT ITEM"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(information from GUICrafting.cpp)
m (missing the link brackets)
Line 4: Line 4:
 
|when=
 
|when=
 
|from=[[engine]]
 
|from=[[engine]]
|to=module
+
|to=[[module]]
 
|object0name=oCrafter
 
|object0name=oCrafter
 
}}
 
}}
  
 
[[Category:Event types|CRAFT_ITEM]]
 
[[Category:Event types|CRAFT_ITEM]]

Revision as of 20:52, 29 November 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:
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;
}