MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / isTypeCullableBuilding

Function isTypeCullableBuilding

src/OpenLoco/src/Paint/Paint.cpp:835–848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

833 }
834
835 static bool isTypeCullableBuilding(const Ui::ViewportInteraction::InteractionItem type)
836 {
837 switch (type)
838 {
839 case Ui::ViewportInteraction::InteractionItem::building:
840 case Ui::ViewportInteraction::InteractionItem::industry:
841 case Ui::ViewportInteraction::InteractionItem::headquarterBuilding:
842 case Ui::ViewportInteraction::InteractionItem::airport:
843 case Ui::ViewportInteraction::InteractionItem::dock:
844 return true;
845 default:
846 return false;
847 }
848 }
849
850 static bool isTypeCullableRoad(const Ui::ViewportInteraction::InteractionItem type)
851 {

Callers 1

shouldTryCullPaintStructFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected