Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ VpSetPlaceSizingLimit
Function
VpSetPlaceSizingLimit
src/viewport.cpp:2843–2846 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2841
}
2842
2843
void VpSetPlaceSizingLimit(int limit)
2844
{
2845
_thd.sizelimit = limit;
2846
}
2847
2848
/**
2849
* Highlights all tiles between a set of two tiles. Used in dock and tunnel placement
Callers
6
PlaceRail_Waypoint
Function · 0.85
PlaceRail_Station
Function · 0.85
BuildRailClick_Remove
Function · 0.85
PlaceRoad_Waypoint
Function · 0.85
PlaceRoad_BusStation
Function · 0.85
PlaceRoad_TruckStation
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected