Osiris/API/ItemDestroying

From Divinity Engine Wiki
Revision as of 17:15, 19 February 2019 by Tinkerer (talk | contribs) (Documented ItemDestroying)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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