Click or drag to resize
IMyGpsCollectionSetShowOnHud Method (Int64, IMyGps, Boolean)

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

Sends a network request to set the GPS entry if it's shown on HUD or not.

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

Parameters

identityId
Type: SystemInt64

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

gps
Type: VRage.Game.ModAPIIMyGps

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

show
Type: SystemBoolean

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

See Also