Click or drag to resize
IMyEntitiesGetEntitiesInSphere Method

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

[Missing <summary> documentation for "M:VRage.ModAPI.IMyEntities.GetEntitiesInSphere(VRageMath.BoundingSphereD@)"]

Namespace: VRage.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
List<IMyEntity> GetEntitiesInSphere(
	ref BoundingSphereD boundingSphere
)

Parameters

boundingSphere
Type: BoundingSphereD

[Missing <param name="boundingSphere"/> documentation for "M:VRage.ModAPI.IMyEntities.GetEntitiesInSphere(VRageMath.BoundingSphereD@)"]

Return Value

Type: ListIMyEntity

[Missing <returns> documentation for "M:VRage.ModAPI.IMyEntities.GetEntitiesInSphere(VRageMath.BoundingSphereD@)"]

See Also