SwiftlyS2

EventBombPlanted

Interface EventBombPlanted

Namespace: SwiftlyS2.Shared.GameEventDefinitions

Assembly: SwiftlyS2.CS2.dll

Event "bomb_planted"

public interface EventBombPlanted : IGameEvent<EventBombPlanted>

Implements

Properties

Site

bombsite index


type: short

short Site { get; set; }
Property Value

UserId

player who planted the bomb


type: player_controller_and_pawn

int UserId { get; set; }
Property Value

UserIdController

player who planted the bomb


type: player_controller_and_pawn

CCSPlayerController UserIdController { get; }
Property Value

UserIdPawn

player who planted the bomb


type: player_controller_and_pawn

CCSPlayerPawn UserIdPawn { get; }
Property Value

UserIdPlayer

IPlayer UserIdPlayer { get; }
Property Value

On this page