Osiris/API/ItemRemove

From Divinity Engine Wiki
Revision as of 15:16, 3 March 2019 by Tinkerer (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • call ItemRemove((ITEMGUID)_Item)
Description
  • Deletes the _Item from the game.
Notes
  • Unlike items set offstage, a deleted item is gone permanently.
  • If _Item represents a stack of items, the entire stack gets removed.
  • Unlike ItemDestroy, ItemRemove leaves no debris and plays no destroy animation.
See Also