Sandbox.ModAPI.Ingame.MyWaypointInfo.TryParse - bimbam2103/space_engineers GitHub Wiki

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

⚠️ **GitHub.com Fallback** ⚠️