Table of Contents

Interface ICommandCollection

Namespace
Shard.Modding.SDK.Command
Assembly
Shard.Modding.SDK.dll

Command category that routes to executable child commands.

public interface ICommandCollection : ISyncCommand, ICommand
Inherited Members

Properties

SubCommands

IEnumerable<ICommand> SubCommands { get; }

Property Value

IEnumerable<ICommand>

Methods

TryGetSubCommand(string, out ICommand?)

bool TryGetSubCommand(string name, out ICommand? command)

Parameters

name string
command ICommand

Returns

bool