isActive
Check if the lockpick minigame is currently active.
Parameters
- None
Returns
boolean
:true
if the minigame is active,false
otherwise.
Example
if exports.sleepless_lockpick:isActive() then
print("Lockpick minigame is running.")
else
print("No lockpick minigame is active.")
end