GetLockPickMenuValue
From GECK
A function added by the SUP NVSE Plugin.
Description
Returns current mouse wheel movement(only in menumode).
Syntax
(Value:float) GetLockPickMenuValue iRequest:int
Requests
0 - Pick angle; 1 - Lock level; 2 - Skill level;
Example
set fValue to GetLockPickMenuValue 0
Will return current pick angle.
Notes
- This function only returns values when LockPickMenu is active, otherwise will return -1;