HudBarExists

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

Will return 0\1, depending on if the Bar with the specified name exists or not, aka if it has been created via HudBarCreate.

Syntax

[help]
(exists:bool) HudBarExists barName:string 

Or:

(exists:bool) HBExists barName:string

Example

set iExists to HudBarExists "BarName"

If "BarName" has been created by the calling mod, iExists will be set to 1; otherwise, it will be set to 0.

See Also