PartProxy
LuaPartIsChildOf Method |
Determines whether [is child of] [the specified parent].
Namespace: PartProxy
Assembly: PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)

public bool IsChildOf( LuaPart parent )
Public Function IsChildOf ( parent As LuaPart ) As Boolean
public: bool IsChildOf( LuaPart^ parent )
member IsChildOf : parent : LuaPart -> bool
Parameters
- parent
- Type: PartProxyLuaPart
The parent.
Return Value
Type: Booleantrue if [is child of] [the specified parent]; otherwise, false.

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