SwiftlyS2

EventSurvivalNoRespawnsWarning

Interface EventSurvivalNoRespawnsWarning

Namespace: SwiftlyS2.Shared.GameEventDefinitions

Assembly: SwiftlyS2.CS2.dll

Event "survival_no_respawns_warning"

public interface EventSurvivalNoRespawnsWarning : IGameEvent<EventSurvivalNoRespawnsWarning>

Implements

Properties

UserId


type: player_controller

int UserId { get; set; }
Property Value

UserIdController


type: player_controller

CCSPlayerController UserIdController { get; }
Property Value

UserIdPawn


type: player_controller

CCSPlayerPawn UserIdPawn { get; }
Property Value

UserIdPlayer

IPlayer UserIdPlayer { get; }
Property Value

On this page