| 6 | { |
| 7 | |
| 8 | ScriptEntityClass EClassManagerInterface::findClass(const std::string& name) |
| 9 | { |
| 10 | // Find the eclass and convert implicitly to ScriptEntityClass |
| 11 | return ScriptEntityClass(GlobalEntityClassManager().findClass(name)); |
| 12 | } |
| 13 | |
| 14 | ScriptModelDef EClassManagerInterface::findModel(const std::string& name) |
| 15 | { |
no test coverage detected