Table of Contents

Class EventNameAttribute

Namespace
CounterStrikeSharp.API.Core.Attributes
Assembly
CounterStrikeSharp.API.dll
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
public class EventNameAttribute : Attribute
Inheritance
EventNameAttribute
Inherited Members

Constructors

EventNameAttribute(string)

public EventNameAttribute(string name)

Parameters

name string

Properties

Name

public string Name { get; init; }

Property Value

string