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

Function String_GetStringValue

code/client/cl_main.cpp:1017–1024  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1015*/
1016
1017const char *String_GetStringValue( const char *reference )
1018{
1019#ifndef JK2_MODE
1020 return SE_GetString(reference);
1021#else
1022 return JK2SP_GetStringTextString(reference);
1023#endif
1024}
1025
1026extern qboolean gbAlreadyDoingLoad;
1027extern void *gpvCachedMapDiskImage;

Callers

nothing calls this directly

Calls 2

SE_GetStringFunction · 0.50

Tested by

no test coverage detected