WebSocketMultiplayerPeer
Inherits: MultiplayerPeer < PacketPeer < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
||
|
Methods
create_client ( String url, TLSOptions tls_client_options=null ) |
|
create_server ( int port, String bind_address=”*”, TLSOptions tls_server_options=null ) |
|
get_peer_address ( int id ) const |
|
get_peer_port ( int id ) const |
Property Descriptions
PackedStringArray handshake_headers = PackedStringArray()
void set_handshake_headers ( PackedStringArray value )
PackedStringArray get_handshake_headers ( )
There is currently no description for this property. Please help us by contributing one!
float handshake_timeout = 3.0
There is currently no description for this property. Please help us by contributing one!
int inbound_buffer_size = 65535
There is currently no description for this property. Please help us by contributing one!
int max_queued_packets = 2048
There is currently no description for this property. Please help us by contributing one!
int outbound_buffer_size = 65535
There is currently no description for this property. Please help us by contributing one!
PackedStringArray supported_protocols = PackedStringArray()
void set_supported_protocols ( PackedStringArray value )
PackedStringArray get_supported_protocols ( )
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
Error create_client ( String url, TLSOptions tls_client_options=null )
There is currently no description for this method. Please help us by contributing one!
Error create_server ( int port, String bind_address=”*”, TLSOptions tls_server_options=null )
There is currently no description for this method. Please help us by contributing one!
WebSocketPeer get_peer ( int peer_id ) const
There is currently no description for this method. Please help us by contributing one!
String get_peer_address ( int id ) const
There is currently no description for this method. Please help us by contributing one!
int get_peer_port ( int id ) const
There is currently no description for this method. Please help us by contributing one!