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

int

_get_available_packet_count ( ) virtual const

ConnectionStatus

_get_connection_status ( ) virtual const

int

_get_max_packet_size ( ) virtual const

Error

_get_packet ( const uint8_t ** r_buffer, int32_t* r_buffer_size ) virtual

int

_get_packet_channel ( ) virtual const

TransferMode

_get_packet_mode ( ) virtual const

int

_get_packet_peer ( ) virtual const

PackedByteArray

_get_packet_script ( ) virtual

int

_get_transfer_channel ( ) virtual const

TransferMode

_get_transfer_mode ( ) virtual const

int

_get_unique_id ( ) virtual const

bool

_is_refusing_new_connections ( ) virtual const

bool

_is_server ( ) virtual const

bool

_is_server_relay_supported ( ) virtual const

void

_poll ( ) virtual

Error

_put_packet ( const uint8_t* p_buffer, int p_buffer_size ) virtual

Error

_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!