Difference between revisions of "Osiris/API/ItemDestroy"
From Divinity Engine Wiki
m |
m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
* See [[Osiris/API/ObjectExists|ObjectExists]] for information on whether the item will still exist as far as the game engine is concerned after it has been destroyed. | * See [[Osiris/API/ObjectExists|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 ===== | ===== See Also ===== | ||
+ | * [[Osiris/API/CharacterDestroyedItemTemplate|CharacterDestroyedItemTemplate]] | ||
+ | * [[Osiris/API/ItemDestroying|ItemDestroying]] | ||
+ | * [[Osiris/API/ItemDestroyed|ItemDestroyed]] | ||
* [[Osiris/API/ItemRemove|ItemRemove]] | * [[Osiris/API/ItemRemove|ItemRemove]] | ||
+ | * [[Osiris/API/ItemTemplateDestroyed|ItemTemplateDestroyed]] | ||
* [[Osiris/API/ObjectExists|ObjectExists]] | * [[Osiris/API/ObjectExists|ObjectExists]] | ||
− | + | [[Category:Osiris Calls|ItemDestroy]] | |
− | [[Category:Osiris Calls| |
Latest revision as of 00:06, 18 February 2019
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.