Osiris/API/CharacterUsedItem: Difference between revisions
Jump to navigation
Jump to search
(Correct page location) |
(No difference)
|
Revision as of 19:17, 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