Osiris/API/ItemRemove: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Created page with "===== Full Definition(s) ===== * call '''ItemRemove'''(''(ITEMGUID)'''''_Item''') ===== Description ===== * Deletes the '''_Item''' from the game. ===== Notes ===== * Unlike i...")
 
mNo edit summary
 
Line 5: Line 5:
===== Notes =====
===== Notes =====
* Unlike items set offstage, a deleted item is gone permanently.
* Unlike items set offstage, a deleted item is gone permanently.
* If '''_Item''' represents a stack of items, the entire stack gets removed.
* Unlike [[Osiris/API/ItemDestroy|ItemDestroy]], ItemRemove leaves no debris and plays no destroy animation.
* Unlike [[Osiris/API/ItemDestroy|ItemDestroy]], ItemRemove leaves no debris and plays no destroy animation.
===== See Also =====
===== See Also =====

Latest revision as of 13:16, 3 March 2019

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