Class EventPlayerChat
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
[EventName("player_chat")]
public class EventPlayerChat : GameEvent
- Inheritance
-
objectEventPlayerChat
- Inherited Members
Constructors
EventPlayerChat(bool)
public EventPlayerChat(bool force)
Parameters
force
bool
EventPlayerChat(nint)
public EventPlayerChat(nint pointer)
Parameters
pointer
nint
Properties
Teamonly
public bool Teamonly { get; set; }
Property Value
Text
public string Text { get; set; }
Property Value
Userid
public int Userid { get; set; }