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

Summary

public bool TryParse(string text, ref 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