| 24 | } |
| 25 | |
| 26 | void showEntityClassInTree(const std::string& entityClassName) |
| 27 | { |
| 28 | if (auto eclass = GlobalEntityClassManager().findClass(entityClassName); eclass) |
| 29 | { |
| 30 | GlobalCommandSystem().executeCommand("EntityClassTree", cmd::ArgumentList{ eclass->getDeclName() }); |
| 31 | } |
| 32 | } |
| 33 | |
| 34 | } |
| 35 |
no test coverage detected