Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ WindowNotifyLanguageChange
Function
WindowNotifyLanguageChange
src/openrct2/interface/Window.cpp:210–213 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
}
209
210
void WindowNotifyLanguageChange()
211
{
212
WindowVisitEach([&](WindowBase* w) { w->onLanguageChange(); });
213
}
214
215
/*
216
* Changes the maximum amount of windows allowed
Callers
1
LanguageOpen
Function · 0.85
Calls
2
WindowVisitEach
Function · 0.85
onLanguageChange
Method · 0.45
Tested by
no test coverage detected