Hud

Client functions that are in some way related to the hud aspects.

local isHudDisabled = Wosa.Game.Screen.Hud.Active()
local isAnyMenuOpen = Wosa.Game.Screen.Hud.AnyMenuOpened()
Wosa.Game.Screen.Hud.Block()

Wosa.Game.Screen.Hud.NewTextBar(string title, string string, int position)
Wosa.Game.Screen.Hud.Configure(bool hideFuelBar, bool hideThirstBar, bool hideHungerBar)
local isFuelBarHidden, isThirstBarHidden, isHungerBarHidden = Wosa.Game.Screen.Hud.GetSettings()

Last updated

Was this helpful?