HudBarGetAllBars

From GECK
Jump to: navigation, search


A function added by the SUP NVSE Plugin.

Description

Returns array with all active HUD Bars.

Syntax

[help]
(AllBars:array_var) HudBarGetAllBars OutputAllbars:int 

Or:

(AllBars:array_var) HBGetAllBars OutputAllbars:int

Example

let myArr = HudBarGetAllBars

Will return array with all active bars from calling esp.

let ar_temp := HBGetAllBars 1
Ar_dump ar_temp[0] ; contains bar names
Ar_dump ar_temp[1] ; contains owning mod names
Ar_dump ar_temp[2] ; contains owning mod numbers

Will return multidimenstional array with all active bars.

See Also