PacketPeer
Inherits: RefCounted < Object
Inherited By: ENetPacketPeer, MultiplayerPeer, PacketPeerDTLS, PacketPeerExtension, PacketPeerStream, PacketPeerUDP, WebRTCDataChannel, WebSocketPeer
There is currently no description for this class. Please help us by contributing one!
Properties
|
Methods
get_available_packet_count ( ) const |
|
get_packet ( ) |
|
get_packet_error ( ) const |
|
put_packet ( PackedByteArray buffer ) |
|
Property Descriptions
int encode_buffer_max_size = 8388608
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
int get_available_packet_count ( ) const
There is currently no description for this method. Please help us by contributing one!
PackedByteArray get_packet ( )
There is currently no description for this method. Please help us by contributing one!
Error get_packet_error ( ) const
There is currently no description for this method. Please help us by contributing one!
Variant get_var ( bool allow_objects=false )
There is currently no description for this method. Please help us by contributing one!
Error put_packet ( PackedByteArray buffer )
There is currently no description for this method. Please help us by contributing one!
Error put_var ( Variant var, bool full_objects=false )
There is currently no description for this method. Please help us by contributing one!