Click or drag to resize

ScreenMessaging.ShowPriorityScreenMessage Method

Shows an important message with a default timeout.

Namespace:  KSPDev.GUIUtils
Assembly:  KSPDev_Utils.2.6 (in KSPDev_Utils.2.6.dll) Version: 2.6 for KSP v1
Syntax
C#
public static void ShowPriorityScreenMessage(
	string fmt,
	params Object[] args
)
Request Example View Source

Parameters

fmt
Type: System.String
A formatting string.
args
Type:System.Object[]
Arguments for the formatting string.
Remarks
It's not defined how exactly the message is shown. The only thing required is that player won't miss it.
See Also