Waypoint Type - jrossignol/ContractConfigurator GitHub Wiki
Waypoints represent a contract waypoint that can be displayed in-game.
Methods
Method Signature | Description |
---|---|
string Name()
|
The name of the waypoint. |
double Longitude()
|
The longitude of the waypoint. |
double Latitude()
|
The latitude of the waypoint. |
double Altitude()
|
The altitude of the waypoint. |
Location Location()
|
The location of the waypoint as an object. |