MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / GetRelUploadPath

Function GetRelUploadPath

engine/Poseidon/Network/NetworkServerMsg.cpp:807–815  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

805 }
806 return -1;
807}
808
809int NetworkPlayerInfo::FindIntegrityQuestion(IntegrityQuestionType type) const
810{
811 for (int i = 0; i < integrityQuestions.Size(); i++)
812 {
813 const IntegrityQuestionInfo& qi = integrityQuestions[i];
814 if (qi.type == type)
815 {
816 return i;
817 }
818 }

Callers

nothing calls this directly

Calls 5

GetServerTmpDirFunction · 0.85
SubstringMethod · 0.80
RStringClass · 0.50
strnicmpFunction · 0.50
GetLengthMethod · 0.45

Tested by

no test coverage detected