Click or drag to resize
MyWaypointInfo Structure

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

Provides basic information about a waypoint.

Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0
Syntax
C#
public struct MyWaypointInfo

The MyWaypointInfo type exposes the following members.

Constructors
  NameDescription
Public methodMyWaypointInfo
Initializes a new instance of the MyWaypointInfo class
Top
Fields
  NameDescription
Public fieldCoords
The coordinates of this waypoint
Public fieldName
The waypoint name
Top
See Also