Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Marks a live RakNetPacket as blocked. Ignore resolves to the same method. The method returns no values.
RakNetPacket.Block(packet: RakNetPacket)
RakNetPacket.Ignore
packet
RakNetPacket
SetData
(data: string | buffer | {number}) -> ()
Block
() -> ()
Ignore
AsString
string
AsArray
{number}
AsBuffer
buffer
Data
ID
number
Priority
Reliability
OrderingChannel
SystemIdentifier
Broadcast
boolean
ForceReceiptNumber
Size
if RakNet.is_enabled then RakNet.OnPacketSend:Connect(function(packet) if packet.ID == 0 then packet:Block() end end) end