Click or drag to resize
IMyGps Interface

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:VRage.Game.ModAPI.IMyGps"]

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public interface IMyGps

The IMyGps type exposes the following members.

Properties
  NameDescription
Public propertyCoords
Public propertyDescription
Public propertyDiscardAt
If it's null then the GPS is confirmed (does not expire automatically). Otherwise, time at which we should drop it from the list, relative to ElapsedPlayTime
Public propertyHash
The GPS entry id hash which is generated using the GPS name and coordinates.
Public propertyName
Public propertyShowOnHud
Top
Methods
  NameDescription
Public methodToString
Public methodUpdateHash
Updates the hash id if you've changed the name or the coordinates. NOTE: Do not use this if you plan on using this object to update existing GPS entries.
Top
See Also