Skip to content

Packets

Type: Bot

Sends the specified packet to the client (simulates a response as if the server sent the packet).

ParameterTypeOptionalDefaultDescription
packetstringThe packet to send.
typeClientPacketClientPacket.StringThe type of packet.

Returns: void

Sends the specified packet to the server.

ParameterTypeOptionalDefaultDescription
packetstringThe packet to send.
typeServerPacketServerPacket.StringThe type of packet.

Returns: void