SwiftlyS2

EventBotTakeover

Interface EventBotTakeover

Namespace: SwiftlyS2.Shared.GameEventDefinitions

Assembly: SwiftlyS2.CS2.dll

Event "bot_takeover"

public interface EventBotTakeover : IGameEvent<EventBotTakeover>

Implements

Properties

BotID

type: player_controller

int BotID { get; set; }
Property Value

P

type: float

float P { get; set; }
Property Value

R

type: float

float R { get; set; }
Property Value

UserId


type: player_controller_and_pawn

int UserId { get; set; }
Property Value

UserIdController


type: player_controller_and_pawn

CCSPlayerController UserIdController { get; }
Property Value

UserIdPawn


type: player_controller_and_pawn

CCSPlayerPawn UserIdPawn { get; }
Property Value

UserIdPlayer

IPlayer UserIdPlayer { get; }
Property Value

Y

type: float

float Y { get; set; }
Property Value

On this page