Osiris/API/ItemDestroyed

From Divinity Engine Wiki
Revision as of 18:16, 19 February 2019 by Tinkerer (talk | contribs) (Documented ItemDestroyed)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • event ItemDestroyed((ITEMGUID)_Item)
Description
  • Thrown when an item has been destroyed.
Parameters
  • _Item: The item that was destroyed destroyed.
Notes
  • This event gets thrown after the destruction of the item is complete.
See Also