MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / HideMeasurementTooltips

Function HideMeasurementTooltips

src/viewport.cpp:2792–2795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2790}
2791
2792static void HideMeasurementTooltips()
2793{
2794 CloseWindowById(WC_TOOLTIPS, 0);
2795}
2796
2797/** highlighting tiles while only going over them with the mouse */
2798void VpStartPlaceSizing(TileIndex tile, ViewportPlaceMethod method, ViewportDragDropSelectionProcess process)

Callers 5

VpSetPresizeRangeFunction · 0.85
CalcRaildirsDrawstyleFunction · 0.85
VpSelectTilesWithMethodFunction · 0.85
VpHandlePlaceSizingDragFunction · 0.85
SetObjectToPlaceFunction · 0.85

Calls 1

CloseWindowByIdFunction · 0.85

Tested by

no test coverage detected