| 305 | } |
| 306 | |
| 307 | void ScriptEngine::onLogEntryAdded(const std::string& topic, const std::string& entry) |
| 308 | { |
| 309 | m_World.getPrintScreenManager().printMessage("Topic: " + topic); |
| 310 | m_World.getPrintScreenManager().printMessage(entry); |
| 311 | } |
| 312 | |
| 313 | bool ScriptEngine::hasSymbol(const std::string& name) |
| 314 | { |
no test coverage detected