Osiris/API/CanLockpickItem: Difference between revisions
Jump to navigation
Jump to search
(Created page with "===== Full Definition(s) ===== * event '''CanLockpickItem'''(''(CHARACTERGUID)'''''_Char''', ''(ITEMGUID)'''''_Item''', ''(INTEGER)'''''_RequestID''') ===== Description =====...") |
(No difference)
|
Revision as of 13:44, 19 December 2017
Full Definition(s)
- event CanLockpickItem((CHARACTERGUID)_Char, (ITEMGUID)_Item, (INTEGER)_RequestID)
Description
Thrown when a character attempts to lockpick an item. Allows Osiris to intercept the lockpick and block it if necessary by sending the call RequestProcessed back to the engine.
Parameters
- _Char: The character lockpicking the item.
- _Item: The item being lockpicked.
- _RequestID: An integer identifying the use request.
Notes
- If Osiris does not respond with a RequestProcessed after 1 second, the lockpick action goes through.