Click or drag to resize
IMyRemoteControlAddWaypoint Method

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

Adds a new waypoint.

Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0
Syntax
C#
void AddWaypoint(
	Vector3D coords,
	string name
)

Parameters

coords
Type: Vector3D

[Missing <param name="coords"/> documentation for "M:Sandbox.ModAPI.Ingame.IMyRemoteControl.AddWaypoint(VRageMath.Vector3D,System.String)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Sandbox.ModAPI.Ingame.IMyRemoteControl.AddWaypoint(VRageMath.Vector3D,System.String)"]

See Also