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 SourceChristmas
Gets the christmas loader message.
Declaration
public static string Christmas { get; }
Property Value
Type | Description |
---|---|
System.String |
Default
Gets the default loader message.
Declaration
public static string Default { get; }
Property Value
Type | Description |
---|---|
System.String |
EasterEgg
Gets the easter egg loader message.
Declaration
public static string EasterEgg { get; }
Property Value
Type | Description |
---|---|
System.String |
Halloween
Gets the halloween loader message.
Declaration
public static string Halloween { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceGetMessage()
Gets the loader message according to the actual month.
Declaration
public static string GetMessage()
Returns
Type | Description |
---|---|
System.String | The correspondent loader message. |