SwiftlyS2

EventBombDropped

Interface EventBombDropped

Namespace: SwiftlyS2.Shared.GameEventDefinitions

Assembly: SwiftlyS2.CS2.dll

Event "bomb_dropped"

public interface EventBombDropped : IGameEvent<EventBombDropped>

Implements

Properties

EntIndex

type: long

int EntIndex { get; set; }
Property Value

UserId

player who dropped the bomb


type: player_controller_and_pawn

int UserId { get; set; }
Property Value

UserIdController

player who dropped the bomb


type: player_controller_and_pawn

CCSPlayerController UserIdController { get; }
Property Value

UserIdPawn

player who dropped the bomb


type: player_controller_and_pawn

CCSPlayerPawn UserIdPawn { get; }
Property Value

UserIdPlayer

IPlayer UserIdPlayer { get; }
Property Value

On this page