Osiris/API/ItemDestroying: Difference between revisions

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

Latest revision as of 16:15, 19 February 2019

Full Definition(s)
  • event ItemDestroying((ITEMGUID)_Item)
Description
  • Thrown when an item starts being destroyed.
Parameters
  • _Item: The item getting destroyed.
Notes
  • This event gets thrown when the destruction of the item starts.
See Also