Table of Contents

Class ConsoleCommandAttribute

Namespace
CounterStrikeSharp.API.Core.Attributes.Registration
Assembly
CounterStrikeSharp.API.dll
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
public class ConsoleCommandAttribute : Attribute
Inheritance
ConsoleCommandAttribute
Inherited Members

Constructors

ConsoleCommandAttribute(string, string)

public ConsoleCommandAttribute(string command, string description = null)

Parameters

command string
description string

Properties

Command

public string Command { get; }

Property Value

string

Description

public string Description { get; }

Property Value

string