ENetMultiplayerPeer
Inherits: MultiplayerPeer < PacketPeer < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Properties
Methods
add_mesh_peer ( int peer_id, ENetConnection host ) |
|
create_client ( String address, int port, int channel_count=0, int in_bandwidth=0, int out_bandwidth=0, int local_port=0 ) |
|
create_mesh ( int unique_id ) |
|
create_server ( int port, int max_clients=32, int max_channels=0, int in_bandwidth=0, int out_bandwidth=0 ) |
|
void |
set_bind_ip ( String ip ) |
Property Descriptions
ENetConnection host
ENetConnection get_host ( )
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
Error add_mesh_peer ( int peer_id, ENetConnection host )
There is currently no description for this method. Please help us by contributing one!
Error create_client ( String address, int port, int channel_count=0, int in_bandwidth=0, int out_bandwidth=0, int local_port=0 )
There is currently no description for this method. Please help us by contributing one!
Error create_mesh ( int unique_id )
There is currently no description for this method. Please help us by contributing one!
Error create_server ( int port, int max_clients=32, int max_channels=0, int in_bandwidth=0, int out_bandwidth=0 )
There is currently no description for this method. Please help us by contributing one!
ENetPacketPeer get_peer ( int id ) const
There is currently no description for this method. Please help us by contributing one!
void set_bind_ip ( String ip )
There is currently no description for this method. Please help us by contributing one!