MCPcopy Create free account
hub / github.com/JACoders/OpenJK / Cvar_InfoStringBuffer

Function Cvar_InfoStringBuffer

code/qcommon/cvar.cpp:1256–1258  ·  view source on GitHub ↗

===================== Cvar_InfoStringBuffer ===================== */

Source from the content-addressed store, hash-verified

1254=====================
1255*/
1256void Cvar_InfoStringBuffer( int bit, char* buff, int buffsize ) {
1257 Q_strncpyz(buff,Cvar_InfoString(bit),buffsize);
1258}
1259
1260/*
1261=====================

Callers

nothing calls this directly

Calls 2

Q_strncpyzFunction · 0.85
Cvar_InfoStringFunction · 0.70

Tested by

no test coverage detected