IMyGps Interface |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:VRage.Game.ModAPI.IMyGps"]
Namespace: VRage.Game.ModAPI
public interface IMyGps
The IMyGps type exposes the following members.
Name | Description | |
---|---|---|
![]() | Coords | |
![]() | Description | |
![]() | DiscardAt |
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
|
![]() | Hash |
The GPS entry id hash which is generated using the GPS name and coordinates.
|
![]() | Name | |
![]() | ShowOnHud |
Name | Description | |
---|---|---|
![]() | ToString | |
![]() | UpdateHash |
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.
|