Click or drag to resize

AbstractPartModuleShowStatusMessage Method

Shows a UI messages with regard to the currently active vessel.

Namespace:  KSPDev.PartUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
Syntax
C#
protected void ShowStatusMessage(
	string msg,
	bool isError = false
)
Request Example View Source

Parameters

msg
Type: SystemString
The message to show.
isError (Optional)
Type: SystemBoolean
Tells if the messages is an error condition report. Such messages will be highlighted.
Remarks
The UI messages from the active vessel are shown at the highest priority to bring attention of the player. The messages from the inactive vessels are shown only as a status, that is not intended to distract the player from the current vessel operations.
See Also