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

Function CL_SE_GetStringTextString

codemp/client/cl_uiapi.cpp:225–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225static qboolean CL_SE_GetStringTextString( const char *text, char *buffer, int bufferLength ) {
226 assert( text && buffer );
227 Q_strncpyz( buffer, SE_GetString( text ), bufferLength );
228 return qtrue;
229}
230
231static void CL_R_ShaderNameFromIndex( char *name, int index ) {
232 const char *retMem = re->ShaderNameFromIndex( index );

Callers 1

CL_UISystemCallsFunction · 0.70

Calls 2

Q_strncpyzFunction · 0.85
SE_GetStringFunction · 0.50

Tested by

no test coverage detected