ShowHealthHUD

From Onset Developer Wiki
Revision as of 10:08, 12 December 2019 by 28days (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
ShowHealthHUD

Type: Function
Context: Client
Introduced: v1.0

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__