Back to Home
ESO Function Data v101044
AddScene()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/mainmenu/keyboard/zo_mainmenu_keyboard.lua:580
--
function MainMenu_Keyboard:AddScene(category, sceneName)
libraries/zo_scene/zo_scenegroup.lua:18
--
function ZO_SceneGroup:AddScene(sceneName)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/housingeditor/keyboard/housingpathsettings_keyboard.lua:58
--
HOUSING_EDITOR_HUD_SCENE_GROUP:AddScene("keyboard_housing_path_settings_scene")
ingame/scenes/keyboard/keyboardingamescenes.lua:1048
--
MAIN_MENU_KEYBOARD:AddScene(MENU_CATEGORY_MAP, "worldMap")
ingame/scenes/keyboard/keyboardingamescenes.lua:1111
--
MAIN_MENU_KEYBOARD:AddScene(MENU_CATEGORY_INVENTORY, "inventory")
ingame/scenes/keyboard/keyboardingamescenes.lua:1115
--
MAIN_MENU_KEYBOARD:AddScene(MENU_CATEGORY_CHARACTER, "stats")
ingame/scenes/keyboard/keyboardingamescenes.lua:1157
--
MAIN_MENU_KEYBOARD:AddScene(MENU_CATEGORY_CHAMPION, "championPerks")
ingame/scenes/keyboard/keyboardingamescenes.lua:1161
--
MAIN_MENU_KEYBOARD:AddScene(MENU_CATEGORY_NOTIFICATIONS, "notifications")
ingame/scenes/keyboard/keyboardingamescenes.lua:1165
--
MAIN_MENU_KEYBOARD:AddScene(MENU_CATEGORY_GROUP, "groupMenuKeyboard")
ingame/scenes/keyboard/keyboardingamescenes.lua:1169
--
MAIN_MENU_KEYBOARD:AddScene(MENU_CATEGORY_CROWN_CRATES, "crownCrateKeyboard")
ingame/skills/gamepad/scribinglibrary_gamepad.lua:6
--
GAMEPAD_SKILLS_SCENE_GROUP:AddScene("gamepad_skills_scribing_library_root")
ingame/skillsadvisor/gamepad/skillsadvisor_buildselection_gamepad.lua:14
--
GAMEPAD_SKILLS_SCENE_GROUP:AddScene("gamepad_skills_advisor_build_selection_root")
ingame/tradinghouse/gamepad/tradinghouse_browseresults_gamepad.lua:500
--
TRADING_HOUSE_GAMEPAD_SCENE:GetSceneGroup():AddScene("tradingHousePreview_Gamepad")
ingame/tradinghouse/gamepad/tradinghouse_createlisting_gamepad.lua:39
--
TRADING_HOUSE_GAMEPAD_SCENE:GetSceneGroup():AddScene("gamepad_trading_house_create_listing")
libraries/zo_scene/zo_scenegroup.lua:13
--
self:AddScene(select(i, ...))