Skip to content

T_MSCLoader_ModConsole

piotrulos edited this page Apr 7, 2023 · 4 revisions

ModConsole Class

MSCLoader console related functions.

Inheritance Hierarchy

System.Object
  MSCLoader.Mod
    MSCLoader.ModConsole
Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.2.11.286

Syntax

C#

public class ModConsole : <a href="T_MSCLoader_Mod">Mod</a>

View Source
The ModConsole type exposes the following members.

Methods

 

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

See Also

Reference

MSCLoader Namespace

Clone this wiki locally