Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ isEnabled
Method
isEnabled
Engine/source/platformPOSIX/POSIXConsole.cpp:125–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
bool StdConsole::isEnabled()
126
{
127
if ( stdConsole )
128
return stdConsole->stdConsoleEnabled;
129
130
return false;
131
}
132
133
static void stdConsoleConsumer(/*ConsoleLogEntry::Level*/ U32, const char *line)
134
{
Callers
1
destroy
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected