Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ callOnPeriodicUpdate
Method
callOnPeriodicUpdate
src/OpenLoco/src/Ui/Window.cpp:972–980 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
970
}
971
972
void Window::callOnPeriodicUpdate()
973
{
974
if (eventHandlers->onPeriodicUpdate == nullptr)
975
{
976
return;
977
}
978
979
eventHandlers->onPeriodicUpdate(*this);
980
}
981
982
void Window::callUpdate()
983
{
Callers
3
update
Function · 0.80
switchTab
Function · 0.80
onMouseUp
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected