Skip to main content

Alias

  • raknet.add_send_hook

Đối số

(packet: RakNetPacket) -> ()
bắt buộc
Function called with each observed outgoing RakNetPacket.

Giá trị trả về

function
The same callback function that was passed in.

Kiểu

RakNetPacket

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

Ví dụ

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