Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
254
Debug::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
262
Debug::~Debug()
263
{
Callers
15
OnInitDialog
Method · 0.45
OnInitDialog
Method · 0.45
OnDeltaposSwitchUpSpin
Method · 0.45
OnDeltaposSwitchDnSpin
Method · 0.45
ResetControls
Method · 0.45
OnRecalc
Method · 0.45
GenerateLOD
Method · 0.45
SaveSettings
Method · 0.45
OnInitDialog
Method · 0.45
Fill_List_Ctrl_With_Meshes
Method · 0.45
Insert_Texture_Details
Method · 0.45
OnInitDialog
Method · 0.45
Calls
1
vsnprintf
Function · 0.85
Tested by
no test coverage detected