Difference between revisions of "EVENT TYPE GIFT ITEM"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (|sourcefile=script.ldf)
(parameter from rules_core)
Line 5: Line 5:
 
|from=
 
|from=
 
|to=
 
|to=
 +
|object0name=oItem
 +
|object0desc=
 
}}
 
}}
  
 
[[Category:Event types|GIFT_ITEM]]
 
[[Category:Event types|GIFT_ITEM]]

Revision as of 18:17, 19 August 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:
Sent to:
Parameters:

Usage

case EVENT_TYPE_GIFT_ITEM:
{
object oItem = GetEventObject(ev, 0); //

// insert event-handling code here

break;
}