| 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 | { |
no outgoing calls
no test coverage detected