ScreenMessagingShowInfoScreenMessage Method |
Shows an info message with a default timeout.
Namespace:
KSPDev.GUIUtils
Assembly:
KSPDev_Utils.2.3 (in KSPDev_Utils.2.3.dll) Version: 2.3 for KSP v1
Syntaxpublic static void ShowInfoScreenMessage(
string fmt,
params Object[] args
)
Request Example
View SourceParameters
- fmt
- Type: SystemString
string.Format() formatting string. - args
- Type: SystemObject
Arguments for the formattign string.
RemarksIt's no defined how exactly the message is shown.
See Also