Back to Home
ESO Function Data v100034
SetHUDUIScene()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/scenes/ingamescenemanager.lua:402
--
function ZO_IngameSceneManager:SetHUDUIScene(hudUISceneName, hidesAutomatically)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/battleground/battlegroundscoreboard.lua:332
--
SCENE_MANAGER:SetHUDUIScene("battleground_scoreboard_end_of_game", true)
ingame/battleground/battlegroundscoreboard.lua:353
--
SCENE_MANAGER:SetHUDUIScene("battleground_scoreboard_end_of_game", true)
ingame/battleground/battlegroundscoreboard.lua:369
--
SCENE_MANAGER:SetHUDUIScene("battleground_scoreboard_in_game_ui", HIDES_AUTOMATICALLY)
ingame/housingeditor/housingeditorhud.lua:496
--
SCENE_MANAGER:SetHUDUIScene("housingEditorHudUI", true)
ingame/scenes/ingamescenemanager.lua:413
--
self:SetHUDUIScene("hudui", true)
ingame/siegebar/siegebar.lua:148
--
SCENE_MANAGER:SetHUDUIScene("siegeBarUI", true)
ingame/zo_loot/loot.lua:127
--
SCENE_MANAGER:SetHUDUIScene("loot", dontAutomaticallyExitScene)
ingame/zo_loot/gamepad/lootpickup_gamepad.lua:83
--
SCENE_MANAGER:SetHUDUIScene("lootGamepad", dontAutomaticallyExitScene)