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

Function hide_indicators

ogsr_engine/xrGame/level_script.cpp:420–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418}
419
420void hide_indicators()
421{
422 HUD().GetUI()->UIGame()->HideShownDialogs();
423
424 HUD().GetUI()->HideGameIndicators();
425 HUD().GetUI()->HideCrosshair();
426}
427
428void show_indicators()
429{

Callers

nothing calls this directly

Calls 5

HideShownDialogsMethod · 0.80
UIGameMethod · 0.80
GetUIMethod · 0.80
HideGameIndicatorsMethod · 0.80
HideCrosshairMethod · 0.80

Tested by

no test coverage detected