MCPcopy 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
125bool StdConsole::isEnabled()
126{
127 if ( stdConsole )
128 return stdConsole->stdConsoleEnabled;
129
130 return false;
131}
132
133static void stdConsoleConsumer(/*ConsoleLogEntry::Level*/ U32, const char *line)
134{

Callers 1

destroyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected