SwiftlyS2

EventPlayerChat

Interface EventPlayerChat

Namespace: SwiftlyS2.Shared.GameEventDefinitions

Assembly: SwiftlyS2.CS2.dll

Event "player_chat" a public player chat

public interface EventPlayerChat : IGameEvent<EventPlayerChat>

Implements

Properties

Playerid

chatting player ID


type: short

short Playerid { get; set; }
Property Value

TeamOnly

true if team only chat


type: bool

bool TeamOnly { get; set; }
Property Value

Text

chat text


type: string

string Text { get; set; }
Property Value

UserId

chatting player


type: player_controller

int UserId { get; set; }
Property Value

UserIdController

chatting player


type: player_controller

CCSPlayerController UserIdController { get; }
Property Value

UserIdPawn

chatting player


type: player_controller

CCSPlayerPawn UserIdPawn { get; }
Property Value

UserIdPlayer

IPlayer UserIdPlayer { get; }
Property Value

On this page