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

Function show_indicators

ogsr_engine/xrGame/level_script.cpp:428–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426}
427
428void show_indicators()
429{
430 HUD().GetUI()->ShowGameIndicators();
431 HUD().GetUI()->ShowCrosshair();
432}
433
434bool game_indicators_shown() { return HUD().GetUI()->GameIndicatorsShown(); }
435

Callers

nothing calls this directly

Calls 3

ShowGameIndicatorsMethod · 0.80
GetUIMethod · 0.80
ShowCrosshairMethod · 0.45

Tested by

no test coverage detected