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

Method init

Engine/source/console/consoleLogger.cpp:113–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

addConsumerFunction · 0.85

Tested by

no test coverage detected