Table of Contents

Class CommandBase

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

Synchronous command variant for immediate command work.

public abstract class CommandBase : CommandDefinitionBase, ISyncCommand, ICommand
Inheritance
CommandBase
Implements
Derived
Inherited Members

Constructors

CommandBase(string, string, params string[])

Synchronous command variant for immediate command work.

protected CommandBase(string name, string description, params string[] aliases)

Parameters

name string
description string
aliases string[]

Methods

Execute(CommandContext)

protected abstract void Execute(CommandContext context)

Parameters

context CommandContext