Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
PacketPeerExtension
Hérite de : PacketPeer < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Méthodes
_get_available_packet_count() virtual required const |
|
_get_max_packet_size() virtual required const |
|
_get_packet(r_buffer: |
|
_put_packet(buffer: |
Descriptions des méthodes
int _get_available_packet_count() virtual required const 🔗
There is currently no description for this method. Please help us by contributing one!
int _get_max_packet_size() virtual required const 🔗
There is currently no description for this method. Please help us by contributing one!
Error _get_packet(r_buffer: const uint8_t **, r_buffer_size: int32_t*) virtual 🔗
There is currently no description for this method. Please help us by contributing one!
Error _put_packet(buffer: const uint8_t*, buffer_size: int) virtual 🔗
There is currently no description for this method. Please help us by contributing one!