Class SignedLongArgumentParser
- Namespace
- Obsidian.API.Commands.ArgumentParsers
- Assembly
- Obsidian.API.dll
public sealed class SignedLongArgumentParser : BaseArgumentParser<long>
- Inheritance
-
SignedLongArgumentParser
- Inherited Members
Constructors
SignedLongArgumentParser()
public SignedLongArgumentParser()
Methods
TryParseArgument(string, CommandContext, out long)
public override bool TryParseArgument(string input, CommandContext ctx, out long result)
Parameters
input
stringctx
CommandContextresult
long