* Get the size of the map * @return the number of tiles of the map */
| 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 |
no outgoing calls
no test coverage detected