GM:HUDShouldDraw
Description
Called when the Gamemode is about to draw a given element on the client's HUD (heads-up display).
This hook is called HUNDREDS of times per second (more than 5 times per frame on average). You shouldn't be performing any computationally intensive operations.
Arguments
Returns
Example
Hides the default health and battery (armor) HUD elements, while still allowing the display of other elements to be controlled by other addons.