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

Function JK2SP_GetStringText

code/qcommon/strip.cpp:1178–1192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1176#endif
1177
1178const char *JK2SP_GetStringText(unsigned short ID)
1179{
1180 cStringsSingle *string;
1181 const char *value;
1182
1183 string = JK2SP_GetString(ID);
1184
1185 value = string->GetText();
1186 if (!value)
1187 {
1188 value = "";
1189 }
1190
1191 return value;
1192}
1193
1194const char *JK2SP_GetStringTextString(const char *Reference)
1195{

Callers 2

CL_CgameSystemCallsFunction · 0.85

Calls 2

JK2SP_GetStringFunction · 0.85
GetTextMethod · 0.80

Tested by

no test coverage detected