SwiftlyS2

EventInstructorStartLesson

Interface EventInstructorStartLesson

Namespace: SwiftlyS2.Shared.GameEventDefinitions

Assembly: SwiftlyS2.CS2.dll

Event "instructor_start_lesson"

public interface EventInstructorStartLesson : IGameEvent<EventInstructorStartLesson>

Implements

Properties

HintName

Name of the lesson to start. Must match instructor_lesson.txt


type: string

string HintName { get; set; }
Property Value

HintTarget

entity id that the hint should display at. Leave empty if controller target


type: long

int HintTarget { get; set; }
Property Value

UserId

The player who this lesson is intended for


type: player_controller

int UserId { get; set; }
Property Value

UserIdController

The player who this lesson is intended for


type: player_controller

CCSPlayerController UserIdController { get; }
Property Value

UserIdPawn

The player who this lesson is intended for


type: player_controller

CCSPlayerPawn UserIdPawn { get; }
Property Value

UserIdPlayer

IPlayer UserIdPlayer { get; }
Property Value

VrControllerType

type: byte

byte VrControllerType { get; set; }
Property Value

VrMovementType

type: byte

byte VrMovementType { get; set; }
Property Value

VrSingleController

type: bool

bool VrSingleController { get; set; }
Property Value

On this page