MCPcopy Create free account
hub / github.com/ValveSoftware/GameNetworkingSockets / Printf

Method Printf

src/tier1/utlbuffer.cpp:1380–1387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1378}
1379
1380void CUtlBuffer::Printf( const char* pFmt, ... )
1381{
1382 va_list args;
1383
1384 va_start( args, pFmt );
1385 VaPrintf( pFmt, args );
1386 va_end( args );
1387}
1388
1389
1390//-----------------------------------------------------------------------------

Callers 4

LinkStatsPrintToBufFunction · 0.80
PrintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected