MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / onLogEntryAdded

Method onLogEntryAdded

src/logic/ScriptEngine.cpp:307–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307void 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
313bool ScriptEngine::hasSymbol(const std::string& name)
314{

Callers 1

Calls 1

printMessageMethod · 0.80

Tested by

no test coverage detected