Table of Contents

Class TextArgument

Namespace
Shard.Modding.SDK.Command
Assembly
Shard.Modding.SDK.dll
public sealed class TextArgument : CommandArgumentParser<string>
Inheritance
TextArgument
Inherited Members

Properties

ConsumesRemaining

public override bool ConsumesRemaining { get; }

Property Value

bool

Description

public override string Description { get; }

Property Value

string

DescriptionMessageId

Optional Hytale catalog key for the type's client-facing usage description.

public override string DescriptionMessageId { get; }

Property Value

string

Examples

public override IReadOnlyList<string> Examples { get; }

Property Value

IReadOnlyList<string>

TypeName

public override string TypeName { get; }

Property Value

string

TypeNameMessageId

Optional Hytale catalog key for the type's client-facing name.

public override string TypeNameMessageId { get; }

Property Value

string

Methods

Parse(IReadOnlyList<string>)

public override string Parse(IReadOnlyList<string> values)

Parameters

values IReadOnlyList<string>

Returns

string