PartProxy
LuaPartIsLockedParent Method |
Check whether the parent of part is Locked or not (NOT consider the current lock status of part)
Namespace: PartProxy
Assembly: PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)

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

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