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

Method popBackLine

Engine/source/gui/utility/messageVector.cpp:462–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460
461
462void MessageVector::popBackLine()
463{
464 AssertFatal(mMessageLines.size() != 0, "MessageVector::popBackLine: nothing to pop!");
465 if (mMessageLines.size() == 0)
466 return;
467
468 deleteLine(mMessageLines.size() - 1);
469}
470
471void MessageVector::clear()
472{

Callers 1

messageVector.cppFile · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected