LuaPart.IsLockedRec Method

PartProxy

LuaPartIsLockedRec Method

Check whether the part is Locked directly or a parent level

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool IsLockedRec()
Public Function IsLockedRec As Boolean
public:
bool IsLockedRec()
member IsLockedRec : unit -> bool 

Return Value

Type: Boolean
true if [is locked record]; otherwise, false.
Exceptions
ExceptionCondition
InvalidOperationExceptionUnable to call the method on part.
See Also