virtual */
| 227 | } |
| 228 | |
| 229 | /* virtual */ uint32_t HouseScopeResolver::GetRandomTriggers() const |
| 230 | { |
| 231 | /* Note: Towns build houses over houses. So during construction checks 'tile' may be a valid but unrelated house. */ |
| 232 | return this->not_yet_constructed ? 0 : GetHouseRandomTriggers(this->tile).base(); |
| 233 | } |
| 234 | |
| 235 | static uint32_t GetNumHouses(HouseID house_id, const Town *town) |
| 236 | { |
nothing calls this directly
no test coverage detected