MCPcopy Create free account
hub / github.com/crossuo/crossuo / Get

Method Get

src/Managers/IntlocManager.cpp:60–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60wstr_t CIntloc::Get(int id, bool toCamelCase)
61{
62 if (id < (int)m_Strings.size())
63 {
64 if (toCamelCase)
65 {
66 return wstr_camel_case(m_Strings[id]);
67 }
68 return m_Strings[id];
69 }
70 return {};
71}
72
73CIntloc *CIntlocManager::Intloc(int fileIndex, const astr_t &lang)
74{

Callers 11

UpdateContentOldMethod · 0.45
OnLeftMouseButtonUpMethod · 0.45
CGumpSkillMethod · 0.45
OnLeftMouseButtonUpMethod · 0.45
CountItemBackPackMethod · 0.45
GumpSkills.cppFile · 0.45
CGUISkillItemMethod · 0.45
CreateValueTextMethod · 0.45
PACKET_HANDLERFunction · 0.45
ParseFilePartMethod · 0.45

Calls 2

wstr_camel_caseFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected