Back to Home

ESO Lua File v100018

ingame/scenes/console/consoleingamefragments.lua

[◄ back to folders ]
1
2
3
4
5
6
7
8
local function ChatVisibilityConditional()
    return IsChatSystemAvailableForCurrentPlatform() and CHAT_SYSTEM:IsHUDEnabled()
end
GAMEPAD_TEXT_CHAT_FRAGMENT = ZO_SimpleSceneFragment:New(ZO_GamepadTextChat)
GAMEPAD_TEXT_CHAT_FRAGMENT:SetHideOnSceneHidden(true)
GAMEPAD_TEXT_CHAT_FRAGMENT:SetConditional(ChatVisibilityConditional)