Back to Home
ESO Function Data v100036
CallWhen()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/zo_scene/zo_scenemanager_base.lua:87
--
function ZO_SceneManager_Base:CallWhen(sceneName, state, func)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/mail/keyboard/mailsend_keyboard.lua:97
--
SCENE_MANAGER:CallWhen("mailSend", SCENE_SHOWN, function() self:SetReply(address, subject) end)
ingame/scenes/ingamescenemanager.lua:143
--
self:CallWhen(self.hudUISceneName, SCENE_HIDDEN, function() if self.exitUIModeOnChatFocusLost then -- something other than ending chat input is making us exit UI mode, just return to the old state and normal UI mode behavior ShowMouse(ONLY_CONSIDER_MOUSE_VISIBILITY_WHILE_MOVING) self.exitUIModeOnChatFocusLost = false end end)