ShowHealthHUD
From Onset Developer Wiki
Description
Toggle the health HUD for the client.
Syntax
ShowHealthHUD(show)
Parameters
- show
The boolean status whether to show or hide the HUD
Return Value
- __EDIT_ME__
Example
ShowHealthHUD(false) -- hide the health hud for the client
See also
__EDIT_ME__