Click or drag to resize
IMyGpsCollectionRemoveGps Method (Int64, IMyGps)

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

Sends a network request to remove the specified GPS entry.

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void RemoveGps(
	long identityId,
	IMyGps gps
)

Parameters

identityId
Type: SystemInt64

[Missing <param name="identityId"/> documentation for "M:VRage.Game.ModAPI.IMyGpsCollection.RemoveGps(System.Int64,VRage.Game.ModAPI.IMyGps)"]

gps
Type: VRage.Game.ModAPIIMyGps

[Missing <param name="gps"/> documentation for "M:VRage.Game.ModAPI.IMyGpsCollection.RemoveGps(System.Int64,VRage.Game.ModAPI.IMyGps)"]

See Also