| 426 | } |
| 427 | |
| 428 | void show_indicators() |
| 429 | { |
| 430 | HUD().GetUI()->ShowGameIndicators(); |
| 431 | HUD().GetUI()->ShowCrosshair(); |
| 432 | } |
| 433 | |
| 434 | bool game_indicators_shown() { return HUD().GetUI()->GameIndicatorsShown(); } |
| 435 |
nothing calls this directly
no test coverage detected