EventHltvChat
Interface EventHltvChat
Namespace: SwiftlyS2.Shared.GameEventDefinitions
Assembly: SwiftlyS2.CS2.dll
Event "hltv_chat" a HLTV chat msg sent by spectators
public interface EventHltvChat : IGameEvent<EventHltvChat>Implements
Properties
SteamID
steam id
type: uint64
ulong SteamID { get; set; }Property Value
Text
type: string
string Text { get; set; }Property Value