Click or drag to resize
MyEntityIdentifierGetPerThreadEntities Method

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

[Missing <summary> documentation for "M:VRage.MyEntityIdentifier.GetPerThreadEntities(System.Collections.Generic.List{VRage.ModAPI.IMyEntity})"]

Namespace: VRage
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public static void GetPerThreadEntities(
	List<IMyEntity> result
)

Parameters

result
Type: System.Collections.GenericListIMyEntity

[Missing <param name="result"/> documentation for "M:VRage.MyEntityIdentifier.GetPerThreadEntities(System.Collections.Generic.List{VRage.ModAPI.IMyEntity})"]

See Also