MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / init

Method init

Engine/source/console/consoleLogger.cpp:114–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112//-----------------------------------------------------------------------------
113
114bool ConsoleLogger::init()
115{
116 if( smInitialized )
117 return true;
118
119 Con::addConsumer( ConsoleLogger::logCallback );
120 smInitialized = true;
121
122 return true;
123}
124
125//-----------------------------------------------------------------------------
126

Callers

nothing calls this directly

Calls 1

addConsumerFunction · 0.85

Tested by

no test coverage detected