Search Results for

    Show / Hide Table of Contents

    Class LoaderMessages

    A class that contains the different EXILED loader messages.

    Inheritance
    System.Object
    LoaderMessages
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Exiled.Loader.Features
    Assembly: Exiled.Loader.dll
    Syntax
    public static class LoaderMessages

    Properties

    | Improve this Doc View Source

    Christmas

    Gets the christmas loader message.

    Declaration
    public static string Christmas { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Default

    Gets the default loader message.

    Declaration
    public static string Default { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    EasterEgg

    Gets the easter egg loader message.

    Declaration
    public static string EasterEgg { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Halloween

    Gets the halloween loader message.

    Declaration
    public static string Halloween { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    GetMessage()

    Gets the loader message according to the actual month.

    Declaration
    public static string GetMessage()
    Returns
    Type Description
    System.String

    The correspondent loader message.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX