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

Function warnf

Engine/source/console/console.cpp:739–745  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737}
738
739void warnf(ConsoleLogEntry::Type type, const char* fmt,...)
740{
741 va_list argptr;
742 va_start(argptr, fmt);
743 _printf(ConsoleLogEntry::Warning, type, fmt, argptr);
744 va_end(argptr);
745}
746
747void errorf(ConsoleLogEntry::Type type, const char* fmt,...)
748{

Callers 15

onTamlCustomReadMethod · 0.70
dumpClassHierarchyMethod · 0.70
dumpGroupHierarchyMethod · 0.70
linkNamespacesMethod · 0.70
simObject.cppFile · 0.70
consoleStringToNumberFunction · 0.70
setCurVarNameMethod · 0.70
setCurVarNameCreateMethod · 0.70
execMethod · 0.70

Calls 1

_printfFunction · 0.85

Tested by 1

OnTestPartResultMethod · 0.40