Class EventInstructorCloseLesson
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
[EventName("instructor_close_lesson")]
public class EventInstructorCloseLesson : GameEvent
- Inheritance
-
objectEventInstructorCloseLesson
- Inherited Members
Constructors
EventInstructorCloseLesson(bool)
public EventInstructorCloseLesson(bool force)
Parameters
force
bool
EventInstructorCloseLesson(nint)
public EventInstructorCloseLesson(nint pointer)
Parameters
pointer
nint
Properties
HintName
public string HintName { get; set; }
Property Value
Userid
public CCSPlayerController? Userid { get; set; }