Table of Contents

Class BoolArgumentParser

Namespace
Obsidian.API.Commands.ArgumentParsers
Assembly
Obsidian.API.dll
public sealed class BoolArgumentParser : BaseArgumentParser<bool>
Inheritance
BoolArgumentParser
Inherited Members

Constructors

BoolArgumentParser()

public BoolArgumentParser()

Methods

TryParseArgument(string, CommandContext, out bool)

public override bool TryParseArgument(string input, CommandContext ctx, out bool result)

Parameters

input string
ctx CommandContext
result bool

Returns

bool