0x00462926
| 437 | |
| 438 | // 0x00462926 |
| 439 | bool canConstructAt(const World::Pos2& pos, uint8_t baseZ, uint8_t clearZ, const QuarterTile& qt) |
| 440 | { |
| 441 | return canConstructAtWithClear(pos, baseZ, clearZ, qt, BuildingCollisionType::standard, {}); |
| 442 | } |
| 443 | |
| 444 | // 0x00469E07, 0x00468949, 0x004C4DAD, 0x0042D5E5, 0x0049434F |
| 445 | static ClearFuncResult tileClearFunction(World::TileElement& el, const World::Pos2 pos, RemovedBuildings& removedBuildings, const uint8_t flags, currency32_t& cost, bool defaultCollision) |
no test coverage detected