You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Updated function argument names
This commit is contained in:
@@ -113,7 +113,7 @@ public:
|
||||
|
||||
virtual int get_packet_peer() const;
|
||||
|
||||
Error create_server(int p_port, int p_max_peers = 32, int p_in_bandwidth = 0, int p_out_bandwidth = 0);
|
||||
Error create_server(int p_port, int p_max_clients = 32, int p_in_bandwidth = 0, int p_out_bandwidth = 0);
|
||||
Error create_client(const IP_Address &p_ip, int p_port, int p_in_bandwidth = 0, int p_out_bandwidth = 0);
|
||||
|
||||
void close_connection();
|
||||
|
||||
Reference in New Issue
Block a user