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

Method logError

Engine/source/console/consoleObject.cpp:711–717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

709}
710
711void ConsoleObject::logError(const char* fmt, ...) const
712{
713 va_list args;
714 va_start(args, fmt);
715 Con::errorf(_getLogMessage(fmt, args));
716 va_end(args);
717}
718
719
720//------------------------------------------------------------------------------

Callers 2

_setStageDataMethod · 0.80
_setStageDataMethod · 0.80

Calls 1

errorfFunction · 0.85

Tested by

no test coverage detected