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

Method FindString

code/qcommon/strip.cpp:894–905  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

892}
893
894cStringsSingle *cStringPackageSingle::FindString(char *ReferenceLookup)
895{
896 int index;
897
898 index = FindStringID(ReferenceLookup);
899 if (index == -1)
900 {
901 return NULL;
902 }
903
904 return FindString(index & SP_STRING);
905}
906
907int cStringPackageSingle::FindStringID(const char *ReferenceLookup)
908{

Callers 2

JK2SP_GetStringFunction · 0.45
JK2SP_GetReferenceTextFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected