PartProxy
LuaPartHasChildren Property |
Gets a value indicating whether this instance has children.
Namespace: PartProxy
Assembly: PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)

public bool HasChildren { get; }
Public ReadOnly Property HasChildren As Boolean Get
public: property bool HasChildren { bool get (); }
member HasChildren : bool with get
Property Value
Type: Booleantrue if this instance has children; otherwise, false.

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