Description
Wiki Description
Checks to see if this object is currently locked. If no lock is attached, returns false.
Documentation Comment
Is the lock on this object locked?
Examples
No human-generated examples found for this function.
Auto-Generated Example
bool returnedValue = myObjectReference__toCallFunctionOn.IsLocked()Related Pages
- Locking and Unlocking Doors tutorial.
- ObjectReference.GetLockLevel()
- ObjectReference.Lock(...)
- LockDoors (Procedure)
- ObjectReference.SetLockLevel(...)
- UnlockDoors (Procedure)
- Actor.UnLockOwnedDoorsInCell()
- GetLocked console command.
- GetLockLevel console command.
- Lock console command.
- Unlock console command.
