HudBarGetElementUIPath

From GECK
Jump to: navigation, search


A function added by the SUP NVSE Plugin.

Description

Returns UI path to element of specified bar.

Syntax

[help]
(success:int) HudBarGetElementUIPath barName:string iElement:int 

Or:

(success:int) HBGetElementUIPath barName:string iElement:int

Example

let s_String := HudBarGetElementUIPath "BarName" 2

Will return UI path to Text of specified bar.

Elements

0 - Meter;
1 - Frame;
2 - Text;
3 - ImageEx;
10 - All Bar elements;

See Also