Osiris/Shared/CharacterUsedItem

From Divinity Engine Wiki
Revision as of 21:16, 17 October 2017 by Tinkerer (talk | contribs) (Created page with "===== Full Definition(s) ===== * event '''CharacterUsedItem'''(''(CHARACTERGUID)'''''_Character''', ''(ITEMGUID)'''''_Item''') ===== Description ===== Thrown whenever a charac...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • event CharacterUsedItem((CHARACTERGUID)_Character, (ITEMGUID)_Item)
Description

Thrown whenever a character uses (player clicks on it, or character uses from story/script) an item whose OnUseActions property includes "Throw an Osiris Event".

Parameters
  • _Character: The character that used the item.
  • _Item: The item that was used.
Notes
  • /
See Also