MCPcopy Create free account
hub / github.com/ammaarreshi/Generals-Mac-iOS-iPad / Format

Method Format

Core/Libraries/Source/debug/debug_debug.cpp:254–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254Debug::Format::Format(const char *format, ...)
255{
256 va_list va;
257 va_start(va,format);
258 vsnprintf(m_buffer,sizeof(m_buffer)-1,format,va);
259 va_end(va);
260}
261
262Debug::~Debug()
263{

Callers 15

OnInitDialogMethod · 0.45
OnInitDialogMethod · 0.45
ResetControlsMethod · 0.45
OnRecalcMethod · 0.45
GenerateLODMethod · 0.45
SaveSettingsMethod · 0.45
OnInitDialogMethod · 0.45
OnInitDialogMethod · 0.45

Calls 1

vsnprintfFunction · 0.85

Tested by

no test coverage detected