Back to Home
ESO Function Data v100016
SetHeight()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/zo_combobox/zo_combobox.lua:136
--
function ZO_ScrollableComboBox:SetHeight(height)
libraries/zo_pixelunits/zo_pixelunits.lua:114
--
function ZO_PixelUnitControl:SetHeight(height)
libraries/zo_pixelunits/zo_pixelunits.lua:323
--
function ZO_PixelUnits:SetHeight(control, height)
Local Function Definitions
No known local definitions for this function.
Function Calls
common/zo_addonmanager/zo_addonmanager.lua:162
--
control:SetHeight(data.height)
ingame/achievements/gamepad/achievements_gamepad.lua:543
--
chainContainer:SetHeight(71)
ingame/achievements/keyboard/achievements.lua:111
--
self.highlight:SetHeight(ACHIEVEMENT_COLLAPSED_HEIGHT)
ingame/achievements/keyboard/achievements.lua:290
--
self.control:SetHeight(yOffset + footerPad)
ingame/achievements/keyboard/achievements.lua:647
--
self.control:SetHeight(ACHIEVEMENT_COLLAPSED_HEIGHT)
ingame/achievements/keyboard/achievements.lua:793
--
self.parentControl:SetHeight(self.control:GetDesiredHeight())
ingame/actionbar/actionbar.lua:244
--
barTexture:SetHeight(yOffset)
ingame/actionbar/actionbutton.lua:362
--
self.icon:SetHeight(height)
ingame/campaign/campaignbrowser.lua:102
--
control:SetHeight(0)
ingame/campaign/campaignbrowser.lua:107
--
control:SetHeight(control:GetTextHeight() + TEXT_HEIGHT_BUFFER)
ingame/campaign/campaignbrowser.lua:109
--
control:SetHeight(control:GetTextHeight())
ingame/chatsystem/sharedchatsystem.lua:285
--
self.control:SetHeight(self.editBg:GetHeight())
ingame/collections/keyboard/collectionsbook.lua:385
--
control.cooldownIcon:SetHeight(self.maxIconHeight)
ingame/collections/keyboard/collectionsbook.lua:405
--
control.cooldownIcon:SetHeight(height)
ingame/compass/compassframe.lua:40
--
frame:SetHeight(ZO_COMPASS_FRAME_HEIGHT_BOSSBAR_GAMEPAD)
ingame/compass/compassframe.lua:41
--
frame:GetNamedChild("Left"):SetHeight(ZO_COMPASS_FRAME_HEIGHT_BOSSBAR_GAMEPAD)
ingame/compass/compassframe.lua:42
--
frame:GetNamedChild("Right"):SetHeight(ZO_COMPASS_FRAME_HEIGHT_BOSSBAR_GAMEPAD)
ingame/crafting/keyboard/craftingresults_keyboard.lua:125
--
row.traitContainer:SetHeight(row.containerHeight)
ingame/help/gamepad/help_entries_gamepad.lua:126
--
self.image:SetHeight(0)
ingame/help/keyboard/help_keyboard.lua:278
--
self.helpImage:SetHeight(0)
ingame/interactwindow/keyboard/interactwindow_keyboard.lua:103
--
self.control:GetNamedChild("RewardArea"):SetHeight(0)
ingame/interactwindow/keyboard/interactwindow_keyboard.lua:305
--
ZO_InteractWindowRewardArea:SetHeight(rewardWindowHeight)
ingame/keep/keepwindow.lua:134
--
control:SetHeight(0)
ingame/lockpick/lockpick.lua:187
--
spring:SetHeight(spring.height)
ingame/lockpick/lockpick.lua:228
--
spring:SetHeight((1 - spring.interpolatedChamberProgress) * PIN_MOVEMENT_PERCENT * spring.height + spring.height * PIN_CONSTANT_PERCENT + springResistance)
ingame/lorereader/lorereader.lua:348
--
self.firstPage:SetHeight(self.renderablePageHeight)
ingame/lorereader/lorereader.lua:351
--
self.secondPage:SetHeight(self.renderablePageHeight)
ingame/lorereader/lorereader.lua:390
--
self.firstPage:SetHeight(self.pageHeight)
ingame/lorereader/lorereader.lua:413
--
self.secondPage:SetHeight(self.pageHeight)
ingame/map/worldmap.lua:4826
--
ZO_WorldMapTitleBar:SetHeight(layout.titleBarHeight)
ingame/map/keyboard/worldmapquests_keyboard.lua:68
--
control:SetHeight(zo_max(24, nameHeight))
ingame/trialaccount/trialaccount.lua:101
--
self.dialogPane:SetHeight(contentHeight)
ingame/trialaccount/trialaccount.lua:102
--
self.dialogScrollChild:SetHeight(contentHeight)
ingame/tutorial/hudinfotutorial.lua:69
--
self.tutorial:SetHeight(BASE_TUTORIAL_HEIGHT + textHeight)
ingame/tutorial/uiinfoboxtutorial.lua:123
--
self.dialogPane:SetHeight(contentHeight)
ingame/tutorial/uiinfoboxtutorial.lua:124
--
self.dialogScrollChild:SetHeight(contentHeight)
ingame/unitframes/unitframes.lua:450
--
leftBar:SetHeight(barData.barHeight)
ingame/unitframes/unitframes.lua:451
--
rightBar:SetHeight(barData.barHeight)
ingame/unitframes/unitframes.lua:464
--
statusBar:SetHeight(barData.barHeight)
ingame/unitframes/unitframes.lua:763
--
statusLabel:SetHeight(statusData.height)
ingame/unitframes/unitframes.lua:899
--
control:SetHeight(barData.barHeight)
internalingame/market/gamepad/marketgridscreen_gamepad.lua:484
--
self.contentContainer.scrollChild:SetHeight(self.gridYHeight + INDIVIDUAL_PRODUCT_HALF_HEIGHT + (ZO_GAMEPAD_MARKET_PRODUCT_PADDING * 2) + (self.contentContainer:GetHeight() / 2))
libraries/globals/globals.lua:116
--
texture:SetHeight(newY)
libraries/globals/globals.lua:119
--
texture:SetHeight(originalY)
libraries/utility/zo_tabbuttongroup.lua:333
--
center:SetHeight(height)
libraries/utility/zo_tabbuttongroup.lua:423
--
center:SetHeight(tabHeight)
libraries/zo_bulletlist/zo_bulletlist.lua:56
--
self.control:SetHeight(self.height)
libraries/zo_bulletlist/zo_bulletlist.lua:64
--
self.control:SetHeight(self.height)
libraries/zo_colorpicker/zo_colorpicker.lua:210
--
self.content:SetHeight(self.hasAlpha and FULL_HEIGHT or SMALL_HEIGHT)
libraries/zo_combobox/zo_combobox.lua:88
--
self:SetHeight(DEFAULT_HEIGHT)
libraries/zo_combobox/zo_combobox.lua:98
--
control:SetHeight(SCROLLABLE_ENTRY_TEMPLATE_HEIGHT)
libraries/zo_combobox/zo_combobox.lua:138
--
self.m_dropdown:SetHeight(self.m_height)
libraries/zo_combobox/gamepad/zo_combobox_gamepad.lua:105
--
control:SetHeight(height)
libraries/zo_dialog/zo_listdialog.lua:99
--
self.list:SetHeight(self.listItemHeight * zo_clamp(numListItems, self.minVisibleItems, self.maxVisibleItems))
libraries/zo_dialog/gamepad/zo_genericdialog_gamepad.lua:696
--
dialog:SetHeight(height)
libraries/zo_pixelunits/zo_pixelunits.lua:197
--
self:SetHeight(self.control:GetHeight())
libraries/zo_pixelunits/zo_pixelunits.lua:244
--
self.control:SetHeight(self.heightUIUnits * scale)
libraries/zo_pixelunits/zo_pixelunits.lua:326
--
pixelUnitControl:SetHeight(height)
libraries/zo_smoothslider/zo_smoothslider.lua:11
--
control:SetHeight(buttonHeight * buttonScaleFactor)
libraries/zo_templates/buttontemplates.lua:214
--
button.label:SetHeight(button.label:GetFontHeight())
libraries/zo_templates/editboxsizetemplates.lua:73
--
backdrop:SetHeight(ZO_EditContainerSizer.GetHeight(backdrop, self.bufferTop, self.bufferBottom))
libraries/zo_templates/editboxsizetemplates.lua:77
--
backdrop:SetHeight(ZO_EditContainerSizer.GetHeight(backdrop, bufferTop, bufferBottom))
libraries/zo_templates/editboxsizetemplates.lua:82
--
backdrop:SetHeight(ZO_EditContainerSizer.GetHeight(backdrop, self.bufferTop, self.bufferBottom))
libraries/zo_templates/scrolltemplates.lua:506
--
self:SetHeight(height)
libraries/zo_templates/treetemplates.lua:90
--
self.text:SetHeight(self.text:GetFontHeight() * maxLines + 1)
libraries/zo_tooltip/zo_tooltip.lua:566
--
self:SetHeight(size)
libraries/zo_tooltip/zo_tooltip.lua:589
--
self:SetHeight(size)
libraries/zo_tooltip/zo_tooltip.lua:752
--
texture:SetHeight(height)
libraries/zo_tooltip/gamepad/zo_scrolltooltip_gamepad.lua:135
--
control:SetHeight(totalHeight)
libraries/zo_tree/zo_tree.lua:587
--
self.childContainer:SetHeight(self.childrenCurrentHeight)
pregame/console/emergencyscreen/pregameinitialscreen_gamepad.lua:274
--
self.errorBoxContainer:SetHeight(self.errorTitle:GetTextHeight() + self.errorMessage:GetTextHeight() + messageOffsetY)