Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ Clear
Method
Clear
SDK/src/NDK/Console.cpp:121–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
*/
120
121
void Console::Clear()
122
{
123
m_historyLines.clear();
124
RefreshHistory();
125
}
126
127
/*!
128
* \brief Sends a character to the console
Callers
1
RefreshHistory
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected