EventVipEscaped
Interface EventVipEscaped
Namespace: SwiftlyS2.Shared.GameEventDefinitions
Assembly: SwiftlyS2.CS2.dll
Event "vip_escaped"
public interface EventVipEscaped : IGameEvent<EventVipEscaped>Implements
Properties
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