LuaPart.IsLockedParent Method

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)
Syntax
public bool IsLockedParent()
Public Function IsLockedParent As Boolean
public:
bool IsLockedParent()
member IsLockedParent : unit -> bool 

Return Value

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