Class CustomRoles
Handles all custom role API functions.
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.CustomRoles
Assembly: Exiled.CustomRoles.dll
Syntax
public class CustomRoles : Plugin<Config>, IPlugin<Config>, IComparable<IPlugin<IConfig>>
Constructors
| Improve this Doc View SourceCustomRoles()
Initializes a new instance of the CustomRoles class.
Declaration
public CustomRoles()
Properties
| Improve this Doc View SourceInstance
Gets a static reference to the plugin's instance.
Declaration
public static CustomRoles Instance { get; }
Property Value
Type | Description |
---|---|
CustomRoles |
Methods
| Improve this Doc View SourceOnDisabled()
Declaration
public override void OnDisabled()
Overrides
Exiled.API.Features.Plugin<Exiled.CustomRoles.Config>.OnDisabled()
|
Improve this Doc
View Source
OnEnabled()
Declaration
public override void OnEnabled()
Overrides
Exiled.API.Features.Plugin<Exiled.CustomRoles.Config>.OnEnabled()
Implements
System.IComparable<T>