OpenTTD Source 20250205-master-gfd85ab1e2c
|
Private Member Functions | |
virtual void | SendResponse () override |
Callback to trigger sending the response for the password request. | |
virtual void | AskUserForPassword (std::shared_ptr< NetworkAuthenticationPasswordRequest > request) override |
Callback to trigger asking the user for the password. | |
Additional Inherited Members | |
![]() | |
virtual void | Reply (const std::string &password) override |
Reply to the request with the given password. | |
![]() | |
std::string | password |
The entered password. | |
Definition at line 672 of file network_client.cpp.
|
inlineoverrideprivatevirtual |
Callback to trigger asking the user for the password.
request | The request to the user, to which it can reply with the password. |
Implements NetworkAuthenticationPasswordRequestHandler.
Definition at line 674 of file network_client.cpp.
References _network_join, and NetworkJoinInfo::server_password.
|
inlineoverrideprivatevirtual |
Callback to trigger sending the response for the password request.
Implements NetworkAuthenticationPasswordRequestHandler.
Definition at line 673 of file network_client.cpp.
References ClientNetworkGameSocketHandler::SendAuthResponse().