Click or drag to resize
IMyThrustGridThrustDirection Property
v01.180.0 (Beta)

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

Gets the direction of thrust, relative to ship controller (cockpit).

Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Vector3I GridThrustDirection { get; }

Property Value

Type: Vector3I
Remarks
For example, a value of VRageMath.Vector3I.Forward means the thruster will move the grid along the grid's forward direction. A value of Vector3D.Zero means direction is unknown (no cockpit available).
See Also