SwiftlyS2

EventHltvStatus

Interface EventHltvStatus

Namespace: SwiftlyS2.Shared.GameEventDefinitions

Assembly: SwiftlyS2.CS2.dll

Event "hltv_status" general HLTV status

public interface EventHltvStatus : IGameEvent<EventHltvStatus>

Implements

Properties

Clients

number of HLTV spectators


type: long

int Clients { get; set; }
Property Value

Master

disptach master IP:port


type: string

string Master { get; set; }
Property Value

Proxies

number of HLTV proxies


type: short

short Proxies { get; set; }
Property Value

Slots

number of HLTV slots


type: long

int Slots { get; set; }
Property Value

On this page