Search Results for

    Class MelonDebug

    Inheritance
    object
    MelonDebug
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: RedLoader
    Assembly: RedLoader.dll
    Syntax
    public static class MelonDebug

    Methods

    Error(string)

    Declaration
    public static void Error(string txt)
    Parameters
    Type Name Description
    string txt

    IsEnabled()

    Declaration
    public static bool IsEnabled()
    Returns
    Type Description
    bool

    Msg(object)

    Declaration
    public static void Msg(object obj)
    Parameters
    Type Name Description
    object obj

    Msg(string)

    Declaration
    public static void Msg(string txt)
    Parameters
    Type Name Description
    string txt

    Msg(string, params object[])

    Declaration
    public static void Msg(string txt, params object[] args)
    Parameters
    Type Name Description
    string txt
    object[] args

    Events

    ErrorCallbackHandler

    Declaration
    public static event Action<string> ErrorCallbackHandler
    Event Type
    Type Description
    Action<string>

    MsgCallbackHandler

    Declaration
    public static event Action<ConsoleColor, string> MsgCallbackHandler
    Event Type
    Type Description
    Action<ConsoleColor, string>