Table of Contents

Class ColorArgument

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

Properties

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

Format(Color)

public override string Format(Color value)

Parameters

value Color

Returns

string

Parse(IReadOnlyList<string>)

public override Color Parse(IReadOnlyList<string> values)

Parameters

values IReadOnlyList<string>

Returns

Color