Click or drag to resize

ScreenMessaging.ShowWarningScreenMessage Method

Shows a warning 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#
public static void ShowWarningScreenMessage(
	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, but it's guaranteed it looks like an error and player will perceive it like that.
See Also