Class CreditTags
Handles credits for Exiled Devs, Contributors and Plugin devs.
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.CreditTags
Assembly: Exiled.CreditTags.dll
Syntax
public sealed class CreditTags : Plugin<Config>, IPlugin<Config>, IComparable<IPlugin<IConfig>>
Properties
| Improve this Doc View SourceInstance
Gets a static reference to this class.
Declaration
public static CreditTags Instance { get; }
Property Value
Type | Description |
---|---|
CreditTags |
Prefix
Declaration
public override string Prefix { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Exiled.API.Features.Plugin<Exiled.CreditTags.Config>.Prefix
Methods
| Improve this Doc View SourceOnDisabled()
Declaration
public override void OnDisabled()
Overrides
Exiled.API.Features.Plugin<Exiled.CreditTags.Config>.OnDisabled()
|
Improve this Doc
View Source
OnEnabled()
Declaration
public override void OnEnabled()
Overrides
Exiled.API.Features.Plugin<Exiled.CreditTags.Config>.OnEnabled()
Implements
System.IComparable<T>