IMyGpsCollection Methods |
[This is preliminary documentation and is subject to change.]
The IMyGpsCollection type exposes the following members.
Name | Description | |
---|---|---|
AddGps |
Sends a network request to add the GPS entry for the said player, which will also save it to the server.
| |
AddLocalGps |
Adds a GPS entry only for this client which won't be synchronized or saved.
| |
Create |
Creates a GPS entry object. Does not automatically add it, you need to use AddGps() or AddLocalGps().
| |
GetGpsList(Int64) |
Gets the GPS entries from the specified identity (does not use network traffic).
| |
GetGpsList(Int64, ListIMyGps) |
Gets the GPS entries from the specified identity (does not use network traffic).
| |
ModifyGps |
Sends a network request to modify the contents of an existing GPS entry.
| |
RemoveGps(Int64, Int32) |
Sends a network request to remove the specified GPS entry.
| |
RemoveGps(Int64, IMyGps) |
Sends a network request to remove the specified GPS entry.
| |
RemoveLocalGps(Int32) |
Remove a local GPS entry, no network updates sent.
NOTE: This can remove synchronized ones too.
| |
RemoveLocalGps(IMyGps) |
Remove a local GPS entry, no network updates sent.
NOTE: This can remove synchronized ones too.
| |
SetShowOnHud(Int64, Int32, Boolean) |
Sends a network request to set the GPS entry if it's shown on HUD or not.
| |
SetShowOnHud(Int64, IMyGps, Boolean) |
Sends a network request to set the GPS entry if it's shown on HUD or not.
|