Click or drag to resize
IMyHudNotification Interface

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

[Missing <summary> documentation for "T:VRage.Game.ModAPI.IMyHudNotification"]

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public interface IMyHudNotification

The IMyHudNotification type exposes the following members.

Properties
  NameDescription
Public propertyAliveTime
Get or set the time for the notification to be shown, in miliseconds.
Public propertyFont
Get or set the font for this notification. Setting it will immediatly update it if the notification is shown.
Public propertyText
Get or set the notification text. Setting the text will immediatly update it if the notification is shown.
Top
Methods
  NameDescription
Public methodHide
Hides the notification on the HUD even if it was supposed to show for longer.
Public methodResetAliveTime
Reset the alive time for the text. This is called when setting AliveTime as well.
Public methodShow
Shows the notification on the HUD.
Top
See Also