MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / addMapSelectionFreeFormTile

Function addMapSelectionFreeFormTile

src/OpenLoco/src/Map/MapSelection.cpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 }
158
159 void addMapSelectionFreeFormTile(const Pos2& pos)
160 {
161 _mapSelectedFreeFormTiles.push_back(pos);
162 }
163
164 std::span<const Pos2> getMapSelectionFreeFormTiles()
165 {

Callers 3

onToolUpdateSingleFunction · 0.85

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected