MCPcopy 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

LanguageOpenFunction · 0.85

Calls 2

WindowVisitEachFunction · 0.85
onLanguageChangeMethod · 0.45

Tested by

no test coverage detected