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

Method IsTypeEnabled

Source/Editors/map_editor.cpp:2838–2840  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2836}
2837
2838bool MapEditor::IsTypeEnabled(EntityType type) {
2839 return type_enable_.IsTypeEnabled(type);
2840}
2841
2842void MapEditor::SetTypeEnabled(EntityType type, bool enabled) {
2843 type_enable_.SetTypeEnabled(type, enabled);

Callers 13

DrawMethod · 0.45
GetEditorLineCollisionsFunction · 0.45
BoxSelectEntitiesFunction · 0.45
UpdateEnabledObjectsMethod · 0.45
SelectAllMethod · 0.45
SetTypeEnabledMethod · 0.45
IsTypeVisibleMethod · 0.45
SetTypeVisibleMethod · 0.45
DrawMethod · 0.45
DrawMethod · 0.45
DrawMethod · 0.45
DrawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected