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

Function errorf

Engine/source/console/console.cpp:747–753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

745}
746
747void errorf(ConsoleLogEntry::Type type, const char* fmt,...)
748{
749 va_list argptr;
750 va_start(argptr, fmt);
751 _printf(ConsoleLogEntry::Error, type, fmt, argptr);
752 va_end(argptr);
753}
754
755void warnf(const char* fmt,...)
756{

Callers 15

expandToolScriptFilenameFunction · 0.70
expandOldScriptFilenameFunction · 0.70
_setPersistentIDMethod · 0.70
assignNameMethod · 0.70
assignFieldsFromMethod · 0.70
setDataFieldMethod · 0.70
linkNamespacesMethod · 0.70
setCurrentMethod · 0.70
processArgumentsMethod · 0.70
writeMethod · 0.70
execMethod · 0.70
readFileMethod · 0.70

Calls 1

_printfFunction · 0.85

Tested by

no test coverage detected