Osiris/API/ItemDestroyed

From Divinity Engine Wiki
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