Skip to content

Methods_T_MSCLoader_ModConsole

piotrulos edited this page Dec 18, 2024 · 2 revisions

ModConsole Methods

Methods

Error Print an error to the console.
Log(Object) Same as ModConsole.Print(obj);
Log(String) Same as ModConsole.Print(string);
Log(IList, Boolean) Logs a list (and optionally its elements) to the ModConsole and output_log.txt
LogError Same as ModConsole.Error(string);
LogWarning Same as ModConsole.Warning(string);
Print(Object) Prints anything to console.
Print(String) Print a message to console.
Warning Print an warning to the console.

See Also

Reference

ModConsole Class
MSCLoader Namespace

Clone this wiki locally