HudBarShowBar

From GECK
Jump to: navigation, search
This article is incomplete. You can help by filling in any blank descriptions.
Further information might be found in a section of the discussion page. Please remove this message when no longer necessary.



A function added by the SUP NVSE Plugin.

Description

If 0, hides the specified Bar. If 1, shows the Bar. Note: Bars are hidden by default after creation.

Syntax

[help]
(success:bool) HudBarShowBar barName:string Show(0/1):int 

Or:

(success:bool) HBShowBar barName:string Show(0/1):int

Example

HudBarShowBar "BarName" 1

Will show the specified bar.

HudBarShowBar "BarName" 0

Will hide the specified bar. Bar value calculations will stop processing.

Notes

  • Bars are hidden by default after creation.

See Also