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

Method ToggleImposter

Source/Editors/map_editor.cpp:2704–2706  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2702}
2703
2704void MapEditor::ToggleImposter() {
2705 SendMessageToSelectedObjects(scenegraph_, OBJECT_MSG::TOGGLE_IMPOSTER);
2706}
2707
2708void MapEditor::SetImposter(bool set) {
2709 ReturnSelected(&selected);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected