|
OpenTTD Source 20260206-master-g4d4e37dbf1
|
Private Member Functions | |
| void | SendResponse () override |
| Callback to trigger sending the response for the password request. | |
| void | AskUserForPassword (std::shared_ptr< NetworkAuthenticationPasswordRequest > request) override |
| Callback to trigger asking the user for the password. | |
Additional Inherited Members | |
| Public Member Functions inherited from NetworkAuthenticationPasswordRequestHandler | |
| void | Reply (const std::string &password) override |
| Reply to the request with the given password. | |
| Protected Attributes inherited from NetworkAuthenticationPasswordRequestHandler | |
| std::string | password |
| The entered password. | |
Definition at line 663 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 665 of file network_client.cpp.
References _network_join.
|
inlineoverrideprivatevirtual |
Callback to trigger sending the response for the password request.
Implements NetworkAuthenticationPasswordRequestHandler.
Definition at line 664 of file network_client.cpp.
References ClientNetworkGameSocketHandler::SendAuthResponse().