Table of Contents

Class EventInstructorCloseLesson

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
[EventName("instructor_close_lesson")]
public class EventInstructorCloseLesson : GameEvent
Inheritance
EventInstructorCloseLesson
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

string

Userid

public CCSPlayerController? Userid { get; set; }

Property Value

CCSPlayerController