EventDoorClose
Interface EventDoorClose
Namespace: SwiftlyS2.Shared.GameEventDefinitions
Assembly: SwiftlyS2.CS2.dll
Event "door_close"
public interface EventDoorClose : IGameEvent<EventDoorClose>Implements
Properties
Checkpoint
Is the door a checkpoint door
type: bool
bool Checkpoint { get; set; }Property Value
UserId
Who closed the door
type: player_pawn
int UserId { get; set; }Property Value
UserIdController
Who closed the door
type: player_pawn
CCSPlayerController UserIdController { get; }Property Value
UserIdPawn
Who closed the door
type: player_pawn
CCSPlayerPawn UserIdPawn { get; }Property Value
UserIdPlayer
IPlayer UserIdPlayer { get; }Property Value