LockpickResultEvent
Defined in: client/api.d.ts:1161
The outcome of a native lockpicking minigame started by Ui.startLockpick.
Properties
Section titled “Properties”completed
Section titled “completed”completed:
boolean
Defined in: client/api.d.ts:1175
Convenience flag; true only when the lock was picked.
lockpickId
Section titled “lockpickId”lockpickId:
number
Defined in: client/api.d.ts:1165
The opaque ID passed when the minigame was started.
result
Section titled “result”result:
number
Defined in: client/api.d.ts:1170
Native outcome: 0 completed, 1 failed on too many broken pins, 2 escaped or cancelled.
