Class SingleArgument
public sealed class SingleArgument : CommandArgumentParser<float>
- Inheritance
-
SingleArgument
- Inherited Members
Properties
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
Format(float)
public override string Format(float value)
Parameters
valuefloat
Returns
Parse(IReadOnlyList<string>)
public override float Parse(IReadOnlyList<string> values)
Parameters
valuesIReadOnlyList<string>