Click or drag to resize

ScreenMessaging.ShowErrorScreenMessage Method

Shows an error 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
Syntax
C#
public static void ShowErrorScreenMessage(
	string fmt,
	params Object[] args
)
Request Example View Source

Parameters

fmt
Type: System.String
The string.Format() formatting string.
args
Type:System.Object[]
The arguments for the formattign string.
Remarks
It's not defined how exactly the message is shown, but it's guaranteed that it will look like an "error", and the player will perceive it like that.
See Also