SwiftlyS2

EventBrokenBreakable

Interface EventBrokenBreakable

Namespace: SwiftlyS2.Shared.GameEventDefinitions

Assembly: SwiftlyS2.CS2.dll

Event "broken_breakable"

public interface EventBrokenBreakable : IGameEvent<EventBrokenBreakable>

Implements

Properties

EntIndex

type: long

int EntIndex { get; set; }
Property Value

Material

BREAK_GLASS, BREAK_WOOD, etc


type: byte

byte Material { get; set; }
Property Value

UserId


type: player_pawn

int UserId { get; set; }
Property Value

UserIdController


type: player_pawn

CCSPlayerController UserIdController { get; }
Property Value

UserIdPawn


type: player_pawn

CCSPlayerPawn UserIdPawn { get; }
Property Value

UserIdPlayer

IPlayer UserIdPlayer { get; }
Property Value

On this page