ScreenMessagingShowPriorityScreenMessageWithTimeout Method |
Shows an important message with the specified timeout.
Namespace:
KSPDev.GUIUtils
Assembly:
KSPDev_Utils.1.0 (in KSPDev_Utils.1.0.dll) Version: 1.0 for KSP v1.6+
Syntaxpublic static void ShowPriorityScreenMessageWithTimeout(
float duration,
string fmt,
params Object[] args
)
Request Example
View SourceParameters
- duration
- Type: SystemSingle
Delay before hiding the message in seconds. - fmt
- Type: SystemString
A formatting string. - args
- Type: SystemObject
Arguments for the formatting string.
RemarksIt's no defined how exactly the message is shown. The only thing required is that
player won't miss it.
See Also