Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    Class CommandAttributeBase

    Marks a method as a Command for Commands System.

    Inheritance
    System.Object
    System.Attribute
    CommandAttributeBase
    CommandAttribute
    RegexCommandAttribute
    Namespace: TehGM.Wolfringo.Commands.Attributes
    Assembly: Wolfringo.Commands.dll
    Syntax
    [AttributeUsage(AttributeTargets.Method, AllowMultiple = true, Inherited = false)]
    public abstract class CommandAttributeBase : Attribute

    Properties

    | Improve this Doc View Source

    Timeout

    Timeout (in milliseconds) for commands execution. Defaults to 1 day.

    Declaration
    public int Timeout { get; set; }
    Property Value
    Type Description
    System.Int32