Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Sandbox.ModAPI.Ingame.MyWaypointInfo.TryParse

Morten Aune Lyrstad edited this page Jun 28, 2020 · 20 revisions

IndexNamespace IndexMyWaypointInfo

Summary

public static bool TryParse(string text, out MyWaypointInfo gps)

Attempts to parse a GPS coordinate from the given text. The text cannot contain anything but the GPS coordinate.

A GPS coordinate has the format GPS:Name:X:Y:Z:

Returns

bool

Parameters

Clone this wiki locally