MultiplayerPeerExtension
Inherits: MultiplayerPeer < PacketPeer < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Methods
void |
_close ( ) virtual |
void |
_disconnect_peer ( int p_peer, bool p_force ) virtual |
_get_available_packet_count ( ) virtual const |
|
_get_connection_status ( ) virtual const |
|
_get_max_packet_size ( ) virtual const |
|
_get_packet ( const uint8_t ** r_buffer, int32_t* r_buffer_size ) virtual |
|
_get_packet_channel ( ) virtual const |
|
_get_packet_mode ( ) virtual const |
|
_get_packet_peer ( ) virtual const |
|
_get_packet_script ( ) virtual |
|
_get_transfer_channel ( ) virtual const |
|
_get_transfer_mode ( ) virtual const |
|
_get_unique_id ( ) virtual const |
|
_is_refusing_new_connections ( ) virtual const |
|
_is_server ( ) virtual const |
|
_is_server_relay_supported ( ) virtual const |
|
void |
_poll ( ) virtual |
_put_packet ( const uint8_t* p_buffer, int p_buffer_size ) virtual |
|
_put_packet_script ( PackedByteArray p_buffer ) virtual |
|
void |
_set_refuse_new_connections ( bool p_enable ) virtual |
void |
_set_target_peer ( int p_peer ) virtual |
void |
_set_transfer_channel ( int p_channel ) virtual |
void |
_set_transfer_mode ( TransferMode p_mode ) virtual |
Method Descriptions
void _close ( ) virtual
There is currently no description for this method. Please help us by contributing one!
void _disconnect_peer ( int p_peer, bool p_force ) virtual
There is currently no description for this method. Please help us by contributing one!
int _get_available_packet_count ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
ConnectionStatus _get_connection_status ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
int _get_max_packet_size ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
Error _get_packet ( const uint8_t ** r_buffer, int32_t* r_buffer_size ) virtual
There is currently no description for this method. Please help us by contributing one!
int _get_packet_channel ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
TransferMode _get_packet_mode ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
int _get_packet_peer ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
PackedByteArray _get_packet_script ( ) virtual
There is currently no description for this method. Please help us by contributing one!
int _get_transfer_channel ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
TransferMode _get_transfer_mode ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
int _get_unique_id ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
bool _is_refusing_new_connections ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
bool _is_server ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
bool _is_server_relay_supported ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
void _poll ( ) virtual
There is currently no description for this method. Please help us by contributing one!
Error _put_packet ( const uint8_t* p_buffer, int p_buffer_size ) virtual
There is currently no description for this method. Please help us by contributing one!
Error _put_packet_script ( PackedByteArray p_buffer ) virtual
There is currently no description for this method. Please help us by contributing one!
void _set_refuse_new_connections ( bool p_enable ) virtual
There is currently no description for this method. Please help us by contributing one!
void _set_target_peer ( int p_peer ) virtual
There is currently no description for this method. Please help us by contributing one!
void _set_transfer_channel ( int p_channel ) virtual
There is currently no description for this method. Please help us by contributing one!
void _set_transfer_mode ( TransferMode p_mode ) virtual
There is currently no description for this method. Please help us by contributing one!