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

Method HideGameIndicators

ogsr_engine/xrGame/UI.cpp:220–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218void CUI::ShowGameIndicators() { m_bShowGameIndicators = true; }
219
220void CUI::HideGameIndicators()
221{
222 m_bShowGameIndicators = false;
223 hud_disabled_by_user = false;
224}
225
226void CUI::ShowCrosshair() { psHUD_Flags.set(HUD_CROSSHAIR_RT, TRUE); }
227

Callers 6

hide_indicatorsFunction · 0.80
StartMenuMethod · 0.80
StopMenuMethod · 0.80
initializeMethod · 0.80
death_glide_startMethod · 0.80
OnKeyboardPressMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected