Click or drag to resize
IMyGpsCollectionRemoveLocalGps Method (IMyGps)

[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(
	IMyGps gps
)

Parameters

gps
Type: VRage.Game.ModAPIIMyGps

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

See Also