| 1063 | std::string getScript(const std::string& sceneVar); |
| 1064 | |
| 1065 | uint64_t getMemoryUsageInBytes() const { return getSceneStats().getTotalMemory(); } |
| 1066 | |
| 1067 | /** Allows connecting to signal that signals IScene::UpdateFlags when they are changed. |
| 1068 | */ |
nothing calls this directly
no test coverage detected