ShowHealthHUD

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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__