SwiftlyS2

EventVipKilled

Interface EventVipKilled

Namespace: SwiftlyS2.Shared.GameEventDefinitions

Assembly: SwiftlyS2.CS2.dll

Event "vip_killed"

public interface EventVipKilled : IGameEvent<EventVipKilled>

Implements

Properties

Attacker

user ID who killed the VIP


type: player_controller

int Attacker { get; set; }
Property Value

UserId

player who was the VIP


type: player_controller

int UserId { get; set; }
Property Value

UserIdController

player who was the VIP


type: player_controller

CCSPlayerController UserIdController { get; }
Property Value

UserIdPawn

player who was the VIP


type: player_controller

CCSPlayerPawn UserIdPawn { get; }
Property Value

UserIdPlayer

IPlayer UserIdPlayer { get; }
Property Value

On this page