IMyHudNotification Interface |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:VRage.Game.ModAPI.IMyHudNotification"]
Namespace: VRage.Game.ModAPI
public interface IMyHudNotification
The IMyHudNotification type exposes the following members.
Name | Description | |
---|---|---|
AliveTime |
Get or set the time for the notification to be shown, in miliseconds.
| |
Font |
Get or set the font for this notification.
Setting it will immediatly update it if the notification is shown.
| |
Text |
Get or set the notification text.
Setting the text will immediatly update it if the notification is shown.
|
Name | Description | |
---|---|---|
Hide |
Hides the notification on the HUD even if it was supposed to show for longer.
| |
ResetAliveTime |
Reset the alive time for the text.
This is called when setting AliveTime as well.
| |
Show |
Shows the notification on the HUD.
|