Class TextArgument
public sealed class TextArgument : CommandArgumentParser<string>
- Inheritance
-
TextArgument
- Inherited Members
Properties
ConsumesRemaining
public override bool ConsumesRemaining { get; }
Property Value
Description
public override string Description { get; }
Property Value
DescriptionMessageId
Optional Hytale catalog key for the type's client-facing usage description.
public override string DescriptionMessageId { get; }
Property Value
Examples
public override IReadOnlyList<string> Examples { get; }
Property Value
TypeName
public override string TypeName { get; }
Property Value
TypeNameMessageId
Optional Hytale catalog key for the type's client-facing name.
public override string TypeNameMessageId { get; }
Property Value
Methods
Parse(IReadOnlyList<string>)
public override string Parse(IReadOnlyList<string> values)
Parameters
valuesIReadOnlyList<string>