MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / printFormatted

Function printFormatted

deps/physx/physx/source/foundation/src/PsString.cpp:165–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165void printFormatted(const char* format, ...)
166{
167 char buf[MAX_PRINTFORMATTED_LENGTH];
168
169 va_list arg;
170 va_start(arg, format);
171 vsnprintf(buf, MAX_PRINTFORMATTED_LENGTH, format, arg);
172 va_end(arg);
173
174 printString(buf);
175}
176}
177}
178

Callers 15

updateMethod · 0.85
onDigitalInputEventMethod · 0.85
onTickPostRenderMethod · 0.85
onPointerInputEventMethod · 0.85
createDynamicActorsMethod · 0.85
pickMethod · 0.85
addSampleMethod · 0.85
mainFunction · 0.85
updateMethod · 0.85
doRaycastCCDFunction · 0.85
newMeshMethod · 0.85

Calls 2

vsnprintfFunction · 0.85
printStringFunction · 0.50

Tested by

no test coverage detected