Osiris/API/ItemDestroyed: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Documented ItemDestroyed)
 
(No difference)

Latest revision as of 16:16, 19 February 2019

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