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)

public bool IsLockedRec()
Public Function IsLockedRec As Boolean
public: bool IsLockedRec()
member IsLockedRec : unit -> bool
Return Value
Type: Booleantrue if [is locked record]; otherwise, false.

Exception | Condition |
---|---|
InvalidOperationException | Unable to call the method on part. |
