| 589 | std::span<const BadgeID> GetBadges(uint) const override { return {}; } |
| 590 | |
| 591 | uint Resolve(uint index, uint var, uint param, bool &avail) const override |
| 592 | { |
| 593 | TownResolverObject ro(nullptr, Town::Get(index), true); |
| 594 | return ro.GetScope(VSG_SCOPE_SELF)->GetVariable(var, param, avail); |
| 595 | } |
| 596 | |
| 597 | const std::span<int32_t> GetPSA(uint index, uint32_t grfid) const override |
| 598 | { |
nothing calls this directly
no test coverage detected