Class EntityOutputHookAttribute
- Namespace
- CounterStrikeSharp.API.Core.Attributes.Registration
- Assembly
- CounterStrikeSharp.API.dll
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
public class EntityOutputHookAttribute : Attribute
- Inheritance
-
objectEntityOutputHookAttribute
- Inherited Members
Constructors
EntityOutputHookAttribute(string, string)
public EntityOutputHookAttribute(string classname, string outputName)
Parameters
Properties
Classname
public string Classname { get; }
Property Value
OutputName
public string OutputName { get; }