PartProxy
LuaPartIsTop Property |
Check whether the part is TOP or not
Namespace: PartProxy
Assembly: PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsTop { get; }
Public ReadOnly Property IsTop As Boolean Get
public: property bool IsTop { bool get (); }
member IsTop : bool with get
Property Value
Type: Booleantrue if this instance is top; otherwise, false.
Exceptions| Exception | Condition |
|---|---|
| InvalidOperationException | Unable to call the method on part. |
See Also