Sandbox.ModAPI.Ingame.MyWaypointInfo.TryParse - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← MyWaypointInfo
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:
- string text
- MyWaypointInfo gps