Click or drag to resize
MyWaypointInfo Constructor

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

Initializes a new instance of the MyWaypointInfo class

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

Parameters

name
Type: SystemString

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

coords
Type: Vector3D

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

See Also