EventInstructorCloseLesson
Interface EventInstructorCloseLesson
Namespace: SwiftlyS2.Shared.GameEventDefinitions
Assembly: SwiftlyS2.CS2.dll
Event "instructor_close_lesson"
public interface EventInstructorCloseLesson : IGameEvent<EventInstructorCloseLesson>Implements
Properties
HintName
Name of the lesson to start. Must match instructor_lesson.txt
type: string
string HintName { 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