Difference between revisions of "Osiris/API/ItemRemove"

From Divinity Engine Wiki
Jump to: navigation, search
(Created page with "===== Full Definition(s) ===== * call '''ItemRemove'''(''(ITEMGUID)'''''_Item''') ===== Description ===== * Deletes the '''_Item''' from the game. ===== Notes ===== * Unlike i...")
 
m
 
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 15: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