Class EventInstructorStartLesson
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
[EventName("instructor_start_lesson")]
public class EventInstructorStartLesson : GameEvent
- Inheritance
-
object
EventInstructorStartLesson
- Inherited Members
-
Constructors
EventInstructorStartLesson(bool)
public EventInstructorStartLesson(bool force)
Parameters
force
bool
EventInstructorStartLesson(nint)
public EventInstructorStartLesson(nint pointer)
Parameters
pointer
nint
Properties
HintName
public string HintName { get; set; }
Property Value
- string
HintTarget
public long HintTarget { get; set; }
Property Value
- long
Userid
public CCSPlayerController? Userid { get; set; }
Property Value
- CCSPlayerController
VrControllerType
public int VrControllerType { get; set; }
Property Value
- int
VrMovementType
public int VrMovementType { get; set; }
Property Value
- int
VrSingleController
public bool VrSingleController { get; set; }
Property Value
- bool