Click or drag to resize
IMyCubeGridWorldToGridInteger Method (Vector3D)

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

[Missing <summary> documentation for "M:VRage.Game.ModAPI.IMyCubeGrid.WorldToGridInteger(VRageMath.Vector3D)"]

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
Vector3I WorldToGridInteger(
	Vector3D coords
)

Parameters

coords
Type: Vector3D

[Missing <param name="coords"/> documentation for "M:VRage.Game.ModAPI.IMyCubeGrid.WorldToGridInteger(VRageMath.Vector3D)"]

Return Value

Type: Vector3I

[Missing <returns> documentation for "M:VRage.Game.ModAPI.IMyCubeGrid.WorldToGridInteger(VRageMath.Vector3D)"]

Implements

IMyCubeGridWorldToGridInteger(Vector3D)
See Also