MCPcopy Create free account
hub / github.com/ZDoom/Raze / Format

Method Format

source/common/utility/zstring.cpp:268–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268void FString::Format (const char *fmt, ...)
269{
270 va_list arglist;
271 va_start (arglist, fmt);
272 VFormat (fmt, arglist);
273 va_end (arglist);
274}
275
276void FString::AppendFormat (const char *fmt, ...)
277{

Callers 4

BaseFileSearchFunction · 0.45
M_ZLibErrorFunction · 0.45
DumpCPUInfoFunction · 0.45
V_GetColorStringByNameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected