MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / call_8

Method call_8

src/OpenLoco/src/Ui/Window.cpp:992–1000  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

990 }
991
992 void Window::call_8()
993 {
994 if (eventHandlers->event_08 == nullptr)
995 {
996 return;
997 }
998
999 eventHandlers->event_08(*this);
1000 }
1001
1002 void Window::call_9()
1003 {

Callers 1

callEvent8OnAllWindowsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected