MCPcopy 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

onToolUpdateMethod · 0.80

Calls 1

InvokeEventHandlerFunction · 0.85

Tested by

no test coverage detected