 | ModConsoleAddMessage Method (LogType, String, ListString) |
Add a message to the console.
Namespace: spaar.ModLoaderAssembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic 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