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

Method popFrontLine

Engine/source/gui/utility/messageVector.cpp:484–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482
483
484void MessageVector::popFrontLine()
485{
486 AssertFatal(mMessageLines.size() != 0, "MessageVector::popBackLine: nothing to pop!");
487 if (mMessageLines.size() == 0)
488 return;
489
490 deleteLine(0);
491}
492
493
494//--------------------------------------------------------------------------

Callers 1

messageVector.cppFile · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected