Click or drag to resize
ModConsoleAddMessage Method (LogType, String, ListString)
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,
	List<string> collapsedText
)

Parameters

type
Type: LogType
Type of the message
text
Type: SystemString
Main message text
collapsedText
Type: System.Collections.GenericListString
Collapsed text. Each entry in the list will be on its own line.
See Also