CommandStep.this

Undocumented in source.
  1. this()
  2. this(string command, string overload, uint unknown2, uint currentStep, bool done, ulong clientId, string input, string output)
    class CommandStep
    pure nothrow @safe @nogc
    this
    (
    string command
    ,
    string overload = string.init
    ,
    uint unknown2 = uint.init
    ,
    uint currentStep = uint.init
    ,
    bool done = bool.init
    ,
    ulong clientId = ulong.init
    ,
    string input = string.init
    ,
    string output = string.init
    )

Meta