MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / AddLine

Method AddLine

SDK/src/NDK/Console.cpp:111–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 */
110
111 void Console::AddLine(const Nz::String& text, const Nz::Color& color)
112 {
113 AddLineInternal(text, color);
114 RefreshHistory();
115 }
116
117 /*!
118 * \brief Clears the console

Callers 1

SetupConsoleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected