Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ OnUpdate
Method
OnUpdate
src/openrct2-ui/scripting/CustomMenu.cpp:170–173 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
}
169
170
void CustomTool::OnUpdate(const ScreenCoordsXY& screenCoords)
171
{
172
InvokeEventHandler(onMove.callback, screenCoords);
173
}
174
175
void CustomTool::OnDown(const ScreenCoordsXY& screenCoords)
176
{
Callers
1
onToolUpdate
Method · 0.80
Calls
1
InvokeEventHandler
Function · 0.85
Tested by
no test coverage detected