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

Sandbox.ModAPI.Ingame.MyWaypointInfo.TryParse

Malware edited this page Dec 25, 2018 · 20 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