Table of Contents

Interface ICommandAttribute

Namespace
SampSharp.Entities.SAMP.Commands
Assembly
SampSharp.OpenMp.Entities.Commands.dll

Base interface for command attributes. Implemented by [PlayerCommand] and [ConsoleCommand].

public interface ICommandAttribute

Properties

Name

The command name (optional; derives from method name if not specified).

string? Name { get; }

Property Value

string