Click or drag to resize
MyEntitiesHelper_ModAPIIMyEntitiesFindFreePlace Method

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

[Missing <summary> documentation for "M:Sandbox.ModAPI.MyEntitiesHelper_ModAPI.VRage#ModAPI#IMyEntities#FindFreePlace(VRageMath.Vector3D,System.Single,System.Int32,System.Int32,System.Single)"]

Namespace: Sandbox.ModAPI
Assembly: Sandbox.Game (in Sandbox.Game.dll) Version: 0.1.5991.32293
Syntax
C#
Nullable<Vector3D> IMyEntities.FindFreePlace(
	Vector3D basePos,
	float radius,
	int maxTestCount,
	int testsPerDistance,
	float stepSize
)

Parameters

basePos
Type: Vector3D

[Missing <param name="basePos"/> documentation for "M:Sandbox.ModAPI.MyEntitiesHelper_ModAPI.VRage#ModAPI#IMyEntities#FindFreePlace(VRageMath.Vector3D,System.Single,System.Int32,System.Int32,System.Single)"]

radius
Type: SystemSingle

[Missing <param name="radius"/> documentation for "M:Sandbox.ModAPI.MyEntitiesHelper_ModAPI.VRage#ModAPI#IMyEntities#FindFreePlace(VRageMath.Vector3D,System.Single,System.Int32,System.Int32,System.Single)"]

maxTestCount
Type: SystemInt32

[Missing <param name="maxTestCount"/> documentation for "M:Sandbox.ModAPI.MyEntitiesHelper_ModAPI.VRage#ModAPI#IMyEntities#FindFreePlace(VRageMath.Vector3D,System.Single,System.Int32,System.Int32,System.Single)"]

testsPerDistance
Type: SystemInt32

[Missing <param name="testsPerDistance"/> documentation for "M:Sandbox.ModAPI.MyEntitiesHelper_ModAPI.VRage#ModAPI#IMyEntities#FindFreePlace(VRageMath.Vector3D,System.Single,System.Int32,System.Int32,System.Single)"]

stepSize
Type: SystemSingle

[Missing <param name="stepSize"/> documentation for "M:Sandbox.ModAPI.MyEntitiesHelper_ModAPI.VRage#ModAPI#IMyEntities#FindFreePlace(VRageMath.Vector3D,System.Single,System.Int32,System.Int32,System.Single)"]

Return Value

Type: NullableVector3D

[Missing <returns> documentation for "M:Sandbox.ModAPI.MyEntitiesHelper_ModAPI.VRage#ModAPI#IMyEntities#FindFreePlace(VRageMath.Vector3D,System.Single,System.Int32,System.Int32,System.Single)"]

Implements

IMyEntitiesFindFreePlace(Vector3D, Single, Int32, Int32, Single)
See Also