Osiris/API/RuneRemoved

From Divinity Engine Wiki
Revision as of 09:37, 23 February 2018 by Tinkerer (talk | contribs) (Notes)
Jump to: navigation, search
Full Definition(s)
  • event RuneRemoved((CHARACTERGUID)_Character, (ITEMGUID)_Item, (ITEMGUID)_Rune, (INTEGER)_Slot)
Description

Thrown when a rune has been removed from an item.

Parameters
  • _Character: the character that removed the rune. Can be NULL in case this event is the consequence of a ItemRemoveRune call without a valid character.
  • _Item: the item from which the rune was removed.
  • _Rune: item that represents the rune that was removed (newly created from the appropriate root template, not equal the inserted item).
  • _Slot: the item slot from which the rune was removed. See ItemGetRuneItemTemplate for the interpretation of this parameter.
Notes
  • This event is new in DOS2 Patch 6.
See Also