Click or drag to resize
MyEntityGetTopMostParent Method

[This is preliminary documentation and is subject to change.]

Return top most parent of this entity

Namespace: VRage.Game.Entity
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public MyEntity GetTopMostParent(
	Type type = null
)

Parameters

type (Optional)
Type: SystemType

[Missing <param name="type"/> documentation for "M:VRage.Game.Entity.MyEntity.GetTopMostParent(System.Type)"]

Return Value

Type: MyEntity

[Missing <returns> documentation for "M:VRage.Game.Entity.MyEntity.GetTopMostParent(System.Type)"]

See Also