Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ SetPassword
Function
SetPassword
src/openrct2/network/NetworkBase.cpp:4025–4029 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4023
}
4024
4025
void SetPassword(const char* password)
4026
{
4027
auto& network = GetContext()->GetNetwork();
4028
network.SetPassword(password);
4029
}
4030
4031
void AppendChatLog(std::string_view text)
4032
{
Callers
1
onMouseUp
Method · 0.85
Calls
2
GetContext
Function · 0.85
SetPassword
Method · 0.80
Tested by
no test coverage detected