LuaPart.Ancestors Property

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)
Syntax
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: IEnumerableLuaPart
The ancestors.
Exceptions
ExceptionCondition
InvalidOperationExceptionUnable to call the method on part.
ExceptionThe Lua stack is not as expected: something goes wrong in method lua_ancestors
See Also