Class EventSetInstructorGroupEnabled
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
[EventName("set_instructor_group_enabled")]
public class EventSetInstructorGroupEnabled : GameEvent
- Inheritance
-
objectEventSetInstructorGroupEnabled
- Inherited Members
Constructors
EventSetInstructorGroupEnabled(bool)
public EventSetInstructorGroupEnabled(bool force)
Parameters
force
bool
EventSetInstructorGroupEnabled(nint)
public EventSetInstructorGroupEnabled(nint pointer)
Parameters
pointer
nint
Properties
Enabled
public int Enabled { get; set; }
Property Value
Group
public string Group { get; set; }