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

Function isTypeCullableBridge

src/OpenLoco/src/Paint/Paint.cpp:874–877  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

872 }
873
874 static bool isTypeCullableBridge(const Ui::ViewportInteraction::InteractionItem type)
875 {
876 return (type == Ui::ViewportInteraction::InteractionItem::bridge);
877 }
878
879 static bool isTypeCullableTrack(const Ui::ViewportInteraction::InteractionItem type)
880 {

Callers 1

shouldTryCullPaintStructFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected