Class PacketReceivedBeforeEvent

Sent as the server receives a network packet from a client. If cancelled, the server will not parse the network packet and will silently ignore it.

Hierarchy

  • PacketReceivedBeforeEvent

Constructors

Properties

Constructors

Properties

cancel: boolean
packetId: PacketId

Remarks

The type of network packet.

packetSize: number

Remarks

The size of the network packet in bytes.

sender?: Player

Remarks

Which client sent the network packet to the game server.