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

[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,
	int gpsHash
)

Parameters

identityId
Type: SystemInt64

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

gpsHash
Type: SystemInt32

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

See Also