SwiftlyS2

EventBombPickup

Interface EventBombPickup

Namespace: SwiftlyS2.Shared.GameEventDefinitions

Assembly: SwiftlyS2.CS2.dll

Event "bomb_pickup"

public interface EventBombPickup : IGameEvent<EventBombPickup>

Implements

Properties

UserId

player pawn who picked up the bomb


type: player_pawn

int UserId { get; set; }
Property Value

UserIdController

player pawn who picked up the bomb


type: player_pawn

CCSPlayerController UserIdController { get; }
Property Value

UserIdPawn

player pawn who picked up the bomb


type: player_pawn

CCSPlayerPawn UserIdPawn { get; }
Property Value

UserIdPlayer

IPlayer UserIdPlayer { get; }
Property Value

On this page