Click or drag to resize
MyEntityGetHudParams Method

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

[Missing <summary> documentation for "M:VRage.Game.Entity.MyEntity.GetHudParams(System.Boolean)"]

Namespace: VRage.Game.Entity
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public virtual List<MyHudEntityParams> GetHudParams(
	bool allowBlink
)

Parameters

allowBlink
Type: SystemBoolean

[Missing <param name="allowBlink"/> documentation for "M:VRage.Game.Entity.MyEntity.GetHudParams(System.Boolean)"]

Return Value

Type: ListMyHudEntityParams

[Missing <returns> documentation for "M:VRage.Game.Entity.MyEntity.GetHudParams(System.Boolean)"]

See Also