Click or drag to resize
IMyEntitiesGetEntity Method

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

[Missing <summary> documentation for "M:VRage.ModAPI.IMyEntities.GetEntity(System.Func{VRage.ModAPI.IMyEntity,System.Boolean})"]

Namespace: VRage.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
IMyEntity GetEntity(
	Func<IMyEntity, bool> match
)

Parameters

match
Type: SystemFuncIMyEntity, Boolean

[Missing <param name="match"/> documentation for "M:VRage.ModAPI.IMyEntities.GetEntity(System.Func{VRage.ModAPI.IMyEntity,System.Boolean})"]

Return Value

Type: IMyEntity

[Missing <returns> documentation for "M:VRage.ModAPI.IMyEntities.GetEntity(System.Func{VRage.ModAPI.IMyEntity,System.Boolean})"]

See Also