Osiris/API/CharacterStoppedUsingItem: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Osiris Core APIs)
 
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 9: Line 9:
* /
* /
===== See Also =====
===== See Also =====
* /
* [[Osiris/API/CharacterUsedItemFailed|CharacterUsedItemFailed]]
* [[Osiris/API/CharacterUseItem|CharacterUseItem]]
* Helper [[Osiris/Shared/ProcBlockUseOfItem|ProcBlockUseOfItem]]
   
   
[[Category:Osiris Events]]
[[Category:Osiris Events|CharacterStoppedUsingItem]]

Latest revision as of 14:08, 19 December 2017

Full Definition(s)
  • event CharacterStoppedUsingItem((CHARACTERGUID)_Character, (ITEMGUID)_Item)
Description

Thrown when a character stopped using an item, or if a character tried to use an item and failed.

Parameters
  • _Character: the character that used or tried to use _Item.
  • _Item: the item that was used or attempted to be used
Notes
  • /
See Also