 | ModConsoleAddMessage Method (LogType, String, String) |
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,
string collapsedText = ""
)
Parameters
- type
- Type: LogType
Type of the message - text
- Type: SystemString
Main message text - collapsedText (Optional)
- Type: SystemString
Collapsed text
See Also