Difference between revisions of "Osiris/API/RuneInserted"
From Divinity Engine Wiki
(Documented RuneInserted) |
m |
||
Line 9: | Line 9: | ||
* '''_Slot''': the item slot in which the rune was inserted. See [[Osiris/API/ItemGetRuneItemTemplate|ItemGetRuneItemTemplate]] for the interpretation of this parameter. | * '''_Slot''': the item slot in which the rune was inserted. See [[Osiris/API/ItemGetRuneItemTemplate|ItemGetRuneItemTemplate]] for the interpretation of this parameter. | ||
===== Notes ===== | ===== Notes ===== | ||
− | * | + | * This event is new in DOS2 Patch 6. |
===== See Also ===== | ===== See Also ===== | ||
* [[Osiris/API/ItemGetRuneItemTemplate|ItemGetRuneItemTemplate]] | * [[Osiris/API/ItemGetRuneItemTemplate|ItemGetRuneItemTemplate]] |
Latest revision as of 08:37, 23 February 2018
Full Definition(s)
- event RuneInserted((CHARACTERGUID)_Character, (ITEMGUID)_Item, (STRING)_Template, (INTEGER)_Slot)
Description
Thrown when a rune has been inserted in an item.
Parameters
- _Character: the character that inserted the rune. Can be NULL in case this event is the consequence of a ItemInsertRune call without a valid character.
- _Item: the item in which the rune was inserted.
- _Template: the root template of the rune that was inserted.
- _Slot: the item slot in which the rune was inserted. See ItemGetRuneItemTemplate for the interpretation of this parameter.
Notes
- This event is new in DOS2 Patch 6.