MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / GetLanguagesToken

Function GetLanguagesToken

ogsr_engine/xrGame/console_commands.cpp:222–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220static xr_vector<xr_token>* pLanguagesToken{};
221static u32 LanguageID{};
222const xr_token* GetLanguagesToken() { return &pLanguagesToken->at(LanguageID); }
223
224class CCC_GameLanguage : public CCC_Token
225{

Callers 4

NameMethod · 0.85
ReloadLanguageMethod · 0.85
SetLanguageMethod · 0.85
name_translatedMethod · 0.85

Calls 1

atMethod · 0.80

Tested by

no test coverage detected