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

Function getLockLog

Engine/source/console/console.cpp:449–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447//--------------------------------------
448
449void getLockLog(ConsoleLogEntry *&log, U32 &size)
450{
451 consoleLogLocked = true;
452 log = consoleLog.address();
453 size = consoleLog.size();
454}
455
456void unlockLog()
457{

Callers 2

logFunction · 0.85
refreshLogTextMethod · 0.85

Calls 2

addressMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected