HudBarSetDepth
From GECK
A function added by the SUP NVSE Plugin.
Description
Sets depth value of UI Element of Bar.
Syntax
(success:int) HudBarSetDepth barName:string iElement:int fDepthValue:float
Or:
(success:int) HBSetDepth barName:string iElement:int fDepthValue:float
Example
HudBarSetDepth "Name" 1 200
Will set Frame depth to 200.
Elements
0 - Meter; 1 - Frame; 3 - ImageEx; 10 - All elements
Notes
- Default depth of UI elements is 100.
See Also
- HudBarSetColor
- HudBarSetSystemColor
- HudBarSetPos
- HudBarSetRotation
- HudBarSetSize
- HudBarSetVisible
- HudBarSetZoom
- ... and more in the SUP HUD Bar Functions category.