Class PacketSendBeforeEvent

Sent as the server sends a network packet to clients. If cancelled, the server will not send the network packet to the receiving clients.

Hierarchy

  • PacketSendBeforeEvent

Constructors

Properties

Constructors

Properties

cancel: boolean
packetId: PacketId

Remarks

The type of network packet.

recipients: Player[]

Remarks

Which clients the network packet is being sent to.