Click or drag to resize
MyEntitiesHelper_ModAPIIMyEntitiesGetEntities Method

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

[Missing <summary> documentation for "M:Sandbox.ModAPI.MyEntitiesHelper_ModAPI.VRage#ModAPI#IMyEntities#GetEntities(System.Collections.Generic.HashSet{VRage.ModAPI.IMyEntity},System.Func{VRage.ModAPI.IMyEntity,System.Boolean})"]

Namespace: Sandbox.ModAPI
Assembly: Sandbox.Game (in Sandbox.Game.dll) Version: 0.1.5991.32293
Syntax
C#
void IMyEntities.GetEntities(
	HashSet<IMyEntity> entities,
	Func<IMyEntity, bool> collect
)

Parameters

entities
Type: System.Collections.GenericHashSetIMyEntity

[Missing <param name="entities"/> documentation for "M:Sandbox.ModAPI.MyEntitiesHelper_ModAPI.VRage#ModAPI#IMyEntities#GetEntities(System.Collections.Generic.HashSet{VRage.ModAPI.IMyEntity},System.Func{VRage.ModAPI.IMyEntity,System.Boolean})"]

collect
Type: SystemFuncIMyEntity, Boolean

[Missing <param name="collect"/> documentation for "M:Sandbox.ModAPI.MyEntitiesHelper_ModAPI.VRage#ModAPI#IMyEntities#GetEntities(System.Collections.Generic.HashSet{VRage.ModAPI.IMyEntity},System.Func{VRage.ModAPI.IMyEntity,System.Boolean})"]

Implements

IMyEntitiesGetEntities(HashSetIMyEntity, FuncIMyEntity, Boolean)
See Also