Skip to main content
Queues packet data for the RakNet send path. The packet can be a string, buffer, array table of byte numbers, RakNetPacket, or RakNetPacketTable. Raw data calls may also pass optional priority, reliability, and orderingChannel values. The call returns no values.

Syntax

Aliases

  • RakNet.Send
  • raknet.send
  • raknet.Send

Arguments

Types

RakNetPacketTable

Table form accepted by RakNet.send.

RakNetPacket

Live packet object passed to RakNet hooks and packet signal callbacks. It is only valid during the callback that receives it.

Example

Queue packet data after checking that the RakNet API surface is enabled.