Skip to content
M2O Scripting APIScripting reference
Data shapeClient APIGenerated

LockpickResultEvent

Defined in: client/api.d.ts:1161

The outcome of a native lockpicking minigame started by Ui.startLockpick.

completed: boolean

Defined in: client/api.d.ts:1175

Convenience flag; true only when the lock was picked.


lockpickId: number

Defined in: client/api.d.ts:1165

The opaque ID passed when the minigame was started.


result: number

Defined in: client/api.d.ts:1170

Native outcome: 0 completed, 1 failed on too many broken pins, 2 escaped or cancelled.