Table of Contents

Class EntityOutputHookAttribute

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

Constructors

EntityOutputHookAttribute(string, string)

public EntityOutputHookAttribute(string classname, string outputName)

Parameters

classname string
outputName string

Properties

Classname

public string Classname { get; }

Property Value

string

OutputName

public string OutputName { get; }

Property Value

string