Back to Home
ESO Function Data v100027
SetFontSize()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/chatsystem/sharedchatsystem.lua:483
--
function SharedChatContainer:SetFontSize(tabIndex, fontSize)
ingame/chatsystem/sharedchatsystem.lua:2236
--
function SharedChatSystem:SetFontSize(fontSize)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/chatsystem/sharedchatsystem.lua:337
--
self:SetFontSize(tabIndex, fontSize)
ingame/chatsystem/sharedchatsystem.lua:2240
--
container:SetFontSize(tabIndex, fontSize)
ingame/chatsystem/sharedchatsystem.lua:2251
--
self:SetFontSize(fontSize)
ingame/chatsystem/console/gamepadchatsystem.lua:196
--
self:SetFontSize(fontSize)
ingame/optionspanels/optionspanel_social_shared.lua:93
--
CHAT_SYSTEM:SetFontSize(value)
ingame/optionspanels/console/optionspanel_social_console.lua:3
--
CHAT_SYSTEM:SetFontSize(selectedData.value)