Click or drag to resize
IMyGpsCollectionGetGpsList Method (Int64)

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

Gets the GPS entries from the specified identity (does not use network traffic).

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
List<IMyGps> GetGpsList(
	long identityId
)

Parameters

identityId
Type: SystemInt64

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

Return Value

Type: ListIMyGps
The GPS entry list.
See Also