mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 21:51:22 +00:00 
			
		
		
		
	Rename IP_Unix, IP_Address and TCP_Server to remove underscores
				
					
				
			This commit is contained in:
		
							parent
							
								
									758bccf364
								
							
						
					
					
						commit
						3f078c99f6
					
				
					 60 changed files with 253 additions and 253 deletions
				
			
		|  | @ -272,8 +272,8 @@ Ref<WebSocketPeer> WSLServer::get_peer(int p_id) const { | |||
| 	return _peer_map[p_id]; | ||||
| } | ||||
| 
 | ||||
| IP_Address WSLServer::get_peer_address(int p_peer_id) const { | ||||
| 	ERR_FAIL_COND_V(!has_peer(p_peer_id), IP_Address()); | ||||
| IPAddress WSLServer::get_peer_address(int p_peer_id) const { | ||||
| 	ERR_FAIL_COND_V(!has_peer(p_peer_id), IPAddress()); | ||||
| 
 | ||||
| 	return _peer_map[p_peer_id]->get_connected_host(); | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Hugo Locurcio
						Hugo Locurcio