Skip to main content

Алиасы

  • raknet.add_send_hook

Аргументы

(packet: RakNetPacket) -> ()
обязательно
Function called with each observed outgoing RakNetPacket.

Возвраты

function
The same callback function that was passed in.

Типы

RakNetPacket

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

Пример

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