Skip to main content

Alias

  • raknet.add_send_hook

Argumen

(packet: RakNetPacket) -> ()
wajib
Function called with each observed outgoing RakNetPacket.

Return

function
The same callback function that was passed in.

Tipe

RakNetPacket

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

Contoh

Observe outgoing packets with a callback and remove the same callback later.