ConsoleCommands / org.lazywizard.console / Console / showMessage

showMessage

open static fun showMessage(message: String, logLevel: Level): Unit

Displays a message to the user. The message will be formatted and shown to the player when they reach a section of the game where it can be displayed properly (combat/campaign map).

Parameters

message - The message to show.

logLevel - If this is equal to/higher than the "consoleLogLevel" setting, this message will be logged in Starsector.log.

Since
2.0

open static fun showMessage(message: String): Unit

Displays a message to the user. The message will be formatted and shown to the player when they reach a section of the game where it can be displayed properly (combat/campaign map).

Parameters

message - The message to show.

Since
2.0