Click or drag to resize
MyEntitiesHelper_ModAPIIMyEntitiesGetEntitiesInSphere Method

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

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

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

Parameters

boundingSphere
Type: BoundingSphereD

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

Return Value

Type: ListIMyEntity

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

Implements

IMyEntitiesGetEntitiesInSphere(BoundingSphereD)
See Also