Search
Preparing search index...
The search index is not available
@realmlib/net
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
PlayerTextPacket
Class PlayerTextPacket
Sent when the client sends a chat message.
Hierarchy
PlayerTextPacket
Implements
Packet
Index
Properties
propagate
text
type
Methods
read
write
Properties
propagate
propagate
:
boolean
= true
text
text
:
string
The message to send.
type
type
:
PacketType
= PacketType.PLAYERTEXT
Methods
read
read
(
reader
:
Reader
)
:
void
Parameters
reader:
Reader
Returns
void
write
write
(
writer
:
Writer
)
:
void
Parameters
writer:
Writer
Returns
void
Globals
Player
Text
Packet
propagate
text
type
read
write
Generated using
TypeDoc
Sent when the client sends a chat message.