Click or drag to resize
IMyGpsCollectionModifyGps Method

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

Sends a network request to modify the contents of an existing GPS entry.

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

Parameters

identityId
Type: SystemInt64

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

gps
Type: VRage.Game.ModAPIIMyGps
NOTE: it must contain the original hash id
See Also