Rename IP_Unix, IP_Address and TCP_Server to remove underscores
This commit is contained in:
@ -255,7 +255,7 @@ void GDScriptLanguageProtocol::poll() {
|
||||
}
|
||||
}
|
||||
|
||||
Error GDScriptLanguageProtocol::start(int p_port, const IP_Address &p_bind_ip) {
|
||||
Error GDScriptLanguageProtocol::start(int p_port, const IPAddress &p_bind_ip) {
|
||||
return server->listen(p_port, p_bind_ip);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user