Osiris/API/ItemDestroy

From Divinity Engine Wiki
Revision as of 01:06, 18 February 2019 by Tinkerer (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • call ItemDestroy((ITEMGUID)_Item)
Description

This call will destroy the item in game world terms: the item will break, and if any "Destroy Actions" are defined for this item in the side bar (such as transforming to a different root template), these will be performed.

Notes
  • See ObjectExists for information on whether the item will still exist as far as the game engine is concerned after it has been destroyed.
See Also