Click or drag to resize
IMyEntitiesFindFreePlace Method

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

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

Namespace: VRage.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
Nullable<Vector3D> FindFreePlace(
	Vector3D basePos,
	float radius,
	int maxTestCount = 20,
	int testsPerDistance = 5,
	float stepSize = 1f
)

Parameters

basePos
Type: Vector3D

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

radius
Type: SystemSingle

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

maxTestCount (Optional)
Type: SystemInt32

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

testsPerDistance (Optional)
Type: SystemInt32

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

stepSize (Optional)
Type: SystemSingle

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

Return Value

Type: NullableVector3D

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

See Also