Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ SetPassword
Method
SetPassword
src/openrct2/network/NetworkBase.cpp:942–945 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
940
}
941
942
void NetworkBase::SetPassword(u8string_view password)
943
{
944
_password = password;
945
}
946
947
void NetworkBase::ServerClientDisconnected()
948
{
Callers
2
InitNetworkGame
Method · 0.80
SetPassword
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected