Click or drag to resize
ModConsoleAddMessage Method (LogType, String, String)
Add a message to the console.

Namespace: spaar.ModLoader
Assembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void AddMessage(
	LogType type,
	string text,
	string collapsedText = ""
)

Parameters

type
Type: LogType
Type of the message
text
Type: SystemString
Main message text
collapsedText (Optional)
Type: SystemString
Collapsed text
See Also