Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

Sandbox.ModAPI.Ingame.MyWaypointInfo.TryParse

Malware edited this page Dec 25, 2018 · 21 revisions

IndexMyWaypointInfo

csharp[bool](System.Boolean) TryParse([string](System.String) text, ref [MyWaypointInfo](Sandbox.ModAPI.Ingame.MyWaypointInfo) gps)##### Summary

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

Clone this wiki locally