Click or drag to resize
IMyGpsCollectionAddLocalGps Method

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

Adds a GPS entry only for this client which won't be synchronized or saved.

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void AddLocalGps(
	IMyGps gps
)

Parameters

gps
Type: VRage.Game.ModAPIIMyGps

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

See Also