KSPDev Client utilities
KSPDev Client utilities
KSPDev.GUIUtils
ScreenMessaging Class
ScreenMessaging Methods
SetColorToRichText Method
ShowErrorScreenMessage Method
ShowInfoScreenMessage Method
ShowInfoScreenMessageWithTimeout Method
ShowPriorityScreenMessage Method
ShowPriorityScreenMessageWithTimeout Method
ShowScreenMessage Method
ShowWarningScreenMessage Method
ScreenMessaging
ShowInfoScreenMessage Method
Shows an info message with a default timeout.
Namespace:
KSPDev.GUIUtils
Assembly:
KSPDev_Utils.1.0 (in KSPDev_Utils.1.0.dll) Version: 1.0 for KSP v1.6+
Syntax
C#
Copy
public
static
void
ShowInfoScreenMessage
(
string
fmt
,
params
Object
[]
args
)
Request Example
View Source
Parameters
fmt
Type:
System
String
string.Format()
formatting string.
args
Type:
System
Object
Arguments for the formattign string.
Remarks
It's no defined how exactly the message is shown.
See Also
Reference
ScreenMessaging Class
KSPDev.GUIUtils Namespace
Send comments on this topic to
igor.zavoychinskiy@gmail.com