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

Function isTypeCullableScenery

src/OpenLoco/src/Paint/Paint.cpp:863–872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

861 }
862
863 static bool isTypeCullableScenery(const Ui::ViewportInteraction::InteractionItem type)
864 {
865 switch (type)
866 {
867 case Ui::ViewportInteraction::InteractionItem::wall:
868 return true;
869 default:
870 return false;
871 }
872 }
873
874 static bool isTypeCullableBridge(const Ui::ViewportInteraction::InteractionItem type)
875 {

Callers 1

shouldTryCullPaintStructFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected