PartProxy
LuaPartAncestors Property |
Get the ancestors of the part
Namespace: PartProxy
Assembly: PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)

public IEnumerable<LuaPart> Ancestors { get; }
Public ReadOnly Property Ancestors As IEnumerable(Of LuaPart) Get
public: property IEnumerable<LuaPart^>^ Ancestors { IEnumerable<LuaPart^>^ get (); }
member Ancestors : IEnumerable<LuaPart> with get
Property Value
Type: IEnumerableLuaPartThe ancestors.

Exception | Condition |
---|---|
InvalidOperationException | Unable to call the method on part. |
Exception | The Lua stack is not as expected: something goes wrong in method lua_ancestors |
