ScreenMessagingShowPriorityScreenMessage Method |
Shows an important message with a default timeout.
Namespace:
KSPDev.GUIUtils
Assembly:
KSPDev_Utils.2.0 (in KSPDev_Utils.2.0.dll) Version: 2.0 for KSP v1.8+
Syntaxpublic static void ShowPriorityScreenMessage(
string fmt,
params Object[] args
)
Request Example
View SourceParameters
- fmt
- Type: SystemString
A formatting string. - args
- Type: SystemObject
Arguments for the formatting string.
RemarksIt's not defined how exactly the message is shown. The only thing required is that
player won't miss it.
See Also