Class CommandArg
- Namespace
- Shard.Modding.SDK.Command
- Assembly
- Shard.Modding.SDK.dll
public abstract class CommandArg
- Inheritance
-
CommandArg
- Derived
-
- Inherited Members
-
Constructors
CommandArg(string, string?)
protected CommandArg(string name, string? description = null)
Parameters
name string
description string
Properties
Description
public string? Description { get; }
Property Value
- string
Examples
public IReadOnlyList<string> Examples { get; protected set; }
Property Value
- IReadOnlyList<string>
Name
public string Name { get; }
Property Value
- string
TypeDescription
public string TypeDescription { get; protected set; }
Property Value
- string
TypeDescriptionMessageId
public string? TypeDescriptionMessageId { get; protected set; }
Property Value
- string
TypeName
public string TypeName { get; protected set; }
Property Value
- string
TypeNameMessageId
public string? TypeNameMessageId { get; protected set; }
Property Value
- string