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

Method Size

src/map_func.h:290–293  ·  view source on GitHub ↗

* Get the size of the map * @return the number of tiles of the map */

Source from the content-addressed store, hash-verified

288 * @return the number of tiles of the map
289 */
290 [[debug_inline]] inline static uint Size()
291 {
292 return Map::size;
293 }
294
295 /**
296 * Gets the maximum X coordinate within the map, including MP_VOID

Callers 2

IncreaseStatsFunction · 0.45
~StationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected