Back to Home
ESO Function Data v101042
SetHUDUIScene()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/scenes/ingamescenemanager.lua:428
--
function ZO_IngameSceneManager:SetHUDUIScene(hudUISceneName, hidesAutomatically)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/battleground/battlegroundscoreboard.lua:415
--
SCENE_MANAGER:SetHUDUIScene("battleground_scoreboard_end_of_game", true)
ingame/battleground/battlegroundscoreboard.lua:436
--
SCENE_MANAGER:SetHUDUIScene("battleground_scoreboard_end_of_game", true)
ingame/battleground/battlegroundscoreboard.lua:452
--
SCENE_MANAGER:SetHUDUIScene("battleground_scoreboard_in_game_ui", HIDES_AUTOMATICALLY)
ingame/housingeditor/housingeditorhud.lua:844
--
SCENE_MANAGER:SetHUDUIScene("housingEditorHudUI", true)
ingame/scenes/ingamescenemanager.lua:439
--
self:SetHUDUIScene("hudui", true)
ingame/siegebar/siegebar.lua:156
--
SCENE_MANAGER:SetHUDUIScene("siegeBarUI", true)
ingame/zo_loot/loot.lua:127
--
SCENE_MANAGER:SetHUDUIScene("loot", dontAutomaticallyExitScene)
ingame/zo_loot/gamepad/lootpickup_gamepad.lua:94
--
SCENE_MANAGER:SetHUDUIScene("lootGamepad", dontAutomaticallyExitScene)