Osiris/Shared/CharacterUsedItem: Difference between revisions
Jump to navigation
Jump to search
(Created page with "===== Full Definition(s) ===== * event '''CharacterUsedItem'''(''(CHARACTERGUID)'''''_Character''', ''(ITEMGUID)'''''_Item''') ===== Description ===== Thrown whenever a charac...") |
(No difference)
|
Revision as of 19:16, 17 October 2017
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
- Helper ProcBlockUseOfItem