MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / WindowDispatchUpdateAll

Function WindowDispatchUpdateAll

src/openrct2/interface/Window.cpp:114–118  ·  view source on GitHub ↗

* * rct2: 0x006ED7B0 */

Source from the content-addressed store, hash-verified

112 * rct2: 0x006ED7B0
113 */
114 void WindowDispatchUpdateAll()
115 {
116 // gTooltipNotShownTicks++;
117 WindowVisitEach([&](WindowBase* w) { w->onUpdate(); });
118 }
119
120 void WindowUpdateAllViewports()
121 {

Callers 1

TickFunction · 0.85

Calls 2

WindowVisitEachFunction · 0.85
onUpdateMethod · 0.45

Tested by

no test coverage detected