SwiftlyS2

EventDecoyStarted

Interface EventDecoyStarted

Namespace: SwiftlyS2.Shared.GameEventDefinitions

Assembly: SwiftlyS2.CS2.dll

Event "decoy_started"

public interface EventDecoyStarted : IGameEvent<EventDecoyStarted>

Implements

Properties

EntityID

type: short

short EntityID { 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

X

type: float

float X { get; set; }
Property Value

Y

type: float

float Y { get; set; }
Property Value

Z

type: float

float Z { get; set; }
Property Value

On this page