Click or drag to resize
IMyGpsCollectionGetGpsList Method (Int64, ListIMyGps)

[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#
void GetGpsList(
	long identityId,
	List<IMyGps> list
)

Parameters

identityId
Type: SystemInt64

[Missing <param name="identityId"/> documentation for "M:VRage.Game.ModAPI.IMyGpsCollection.GetGpsList(System.Int64,System.Collections.Generic.List{VRage.Game.ModAPI.IMyGps})"]

list
Type: System.Collections.GenericListIMyGps
GPS entries will be added to this list. The list is not cleared internally.
See Also