Click or drag to resize

ScreenMessaging.ShowInfoScreenMessageWithTimeout Method

Shows an info message with the specified timeout.

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

Parameters

duration
Type: System.Single
Delay before hiding the message in seconds.
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