MCPcopy Create free account
hub / github.com/DiscordMessenger/dm / GetTString

Method GetTString

src/windows/TextManager.cpp:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18LPCTSTR TextManager::GetTString(int id)
19{
20 LoadIfNeeded(id);
21 return m_loadedTStrings[id];
22}
23
24void TextManager::LoadIfNeeded(int id)
25{

Callers 1

OpenAttachmentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected