| 5620 | } |
| 5621 | |
| 5622 | static void ASLoadLevel(std::string path) { |
| 5623 | Engine* engine = Engine::Instance(); |
| 5624 | engine->ScriptableUICallback(path); |
| 5625 | } |
| 5626 | |
| 5627 | static void ASLoadLevelID(std::string id) { |
| 5628 | Engine* engine = Engine::Instance(); |
nothing calls this directly
no test coverage detected