Click or drag to resize
IMyGpsCollectionAddGps Method

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

Sends a network request to add the GPS entry for the said player, which will also save it to the server.

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

Parameters

identityId
Type: SystemInt64

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

gps
Type: VRage.Game.ModAPIIMyGps
Use the Create() method to get this object
See Also