Skip to content

DeskLocked

Anthony Headley edited this page Apr 19, 2020 · 2 revisions

DeskLocked() : bool

Paramiters:

Name Description Optional

Returns:

bool: true = Desk is locked bool: false = Desk is not locked ...

Examples:

    local locked = DeskLocked()
    if(locked) then
        Echo("Desk is locked")
    else
        Echo("Desk is unlocked")
    end

Clone this wiki locally