Click or drag to resize
IMyGpsCollectionRemoveLocalGps Method (Int32)

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

Remove a local GPS entry, no network updates sent. NOTE: This can remove synchronized ones too.

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void RemoveLocalGps(
	int gpsHash
)

Parameters

gpsHash
Type: SystemInt32

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

See Also