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

Method LoadTitle

ogsr_engine/xrGame/GamePersistent.cpp:716–723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

714void CGamePersistent::OnRenderPPUI_PP() { MainMenu()->OnRenderPPUI_PP(); }
715
716void CGamePersistent::LoadTitle(const char* str)
717{
718 const char* tittle = CStringTable().translate(str).c_str();
719 pApp->SetLoadStageTitle(tittle);
720 pApp->LoadStage();
721
722 Discord.Update(tittle);
723}
724
725void CGamePersistent::SetTip()
726{

Callers 10

restart_simulatorMethod · 0.80
loadMethod · 0.80
net_start1Method · 0.80
net_start_client4Method · 0.80
net_start_client5Method · 0.80
net_start_client6Method · 0.80
LoadMethod · 0.80
level_LoadMethod · 0.80

Calls 6

CStringTableClass · 0.85
SetLoadStageTitleMethod · 0.80
LoadStageMethod · 0.80
c_strMethod · 0.45
translateMethod · 0.45
UpdateMethod · 0.45

Tested by

no test coverage detected