MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / IsTypeVisible

Method IsTypeVisible

Source/Editors/map_editor.cpp:2851–2853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2849}
2850
2851bool MapEditor::IsTypeVisible(EntityType type) {
2852 return type_visible_.IsTypeEnabled(type);
2853}
2854
2855void MapEditor::SetTypeVisible(EntityType type, bool visible) {
2856 type_visible_.SetTypeEnabled(type, visible);

Callers

nothing calls this directly

Calls 1

IsTypeEnabledMethod · 0.45

Tested by

no test coverage detected