OpenTTD Source  20240919-master-gdf0233f4c2
ClientGamePasswordRequestHandler Class Reference
Inheritance diagram for ClientGamePasswordRequestHandler:
NetworkAuthenticationPasswordRequestHandler NetworkAuthenticationPasswordRequest

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. More...
 

Additional Inherited Members

- Public Member Functions inherited from NetworkAuthenticationPasswordRequestHandler
virtual 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.
 

Detailed Description

Definition at line 706 of file network_client.cpp.

Member Function Documentation

◆ AskUserForPassword()

virtual void ClientGamePasswordRequestHandler::AskUserForPassword ( std::shared_ptr< NetworkAuthenticationPasswordRequest request)
inlineoverrideprivatevirtual

Callback to trigger asking the user for the password.

Parameters
requestThe request to the user, to which it can reply with the password.

Implements NetworkAuthenticationPasswordRequestHandler.

Definition at line 708 of file network_client.cpp.

References _network_join, and NetworkJoinInfo::server_password.


The documentation for this class was generated from the following file: