Skip to main content

エイリアス

  • raknet.add_receive_hook

引数

(packet: RakNetPacket) -> ()
必須
Function called with each observed incoming 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 incoming packets with a callback and remove the same callback later.