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

Method format

Engine/source/core/util/str.cpp:1432–1436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1430}
1431
1432S32 String::StrFormat::format( const char *format, va_list args )
1433{
1434 _len=0;
1435 return formatAppend(format,args);
1436}
1437
1438S32 String::StrFormat::formatAppend( const char *format, va_list args )
1439{

Callers 6

writeMethod · 0.45
TESTFunction · 0.45
dumpSourcesMethod · 0.45
dumpMetricsMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36