Back to Home
ESO Function Data v100034
SetValue()
Function Aliases
- No known aliases for this function.
Global Function Definitions
Local Function Definitions
- No known local definitions for this function.
Function Calls
- common/gamepad/zo_gamepadtemplatescommon.lua:257 -- barContainer:SetValue(data.barValue)
- common/zo_colorpicker/zo_colorpicker_shared.lua:76 -- self.colorSelect:SetValue(value)
- common/zo_colorpicker/zo_colorpicker_shared.lua:86 -- self.valueSlider:SetValue(1 - self.colorSelect:GetValue())
- common/zo_colorpicker/zo_colorpicker_shared.lua:89 -- self.alphaSlider:SetValue(a or 1)
- common/zo_colorpicker/gamepad/zo_colorpicker_gamepad.lua:115 -- self.valueSlider:SetValue(self.valueSlider:GetValue() - rightY * deltaS * VALUE_SPEED)
- common/zo_colorpicker/keyboard/zo_colorpicker_keyboard.lua:74 -- self.redSpinner:SetValue(r * 255)
- common/zo_colorpicker/keyboard/zo_colorpicker_keyboard.lua:75 -- self.greenSpinner:SetValue(g * 255)
- common/zo_colorpicker/keyboard/zo_colorpicker_keyboard.lua:76 -- self.blueSpinner:SetValue(b * 255)
- common/zo_colorpicker/keyboard/zo_colorpicker_keyboard.lua:78 -- self.alphaSpinner:SetValue(a * 255)
- ingame/achievements/gamepad/achievements_gamepad.lua:556 -- self.footerBarBar:SetValue(earnedPoints)
- ingame/achievements/gamepad/achievements_gamepad.lua:629 -- self.footerBarBar:SetValue(earnedPoints)
- ingame/achievements/keyboard/achievements.lua:325 -- bar:SetValue(numCompleted)
- ingame/achievements/keyboard/achievements.lua:1482 -- self.categoryProgress:SetValue(earnedPoints)
- ingame/achievements/keyboard/achievements.lua:1659 -- statusBar:SetValue(earned)
- ingame/antiquities/gamepad/antiquityjournal_gamepad.lua:1272 -- ZO_ANTIQUITY_JOURNAL_FOOTER_GAMEPAD_FRAGMENT.footerBarBar:SetValue(unlockedLoreEntries / maxLoreEntries)
- ingame/antiquities/gamepad/antiquityjournal_gamepad.lua:1274 -- ZO_ANTIQUITY_JOURNAL_FOOTER_GAMEPAD_FRAGMENT.footerBarBar:SetValue(0)
- ingame/antiquities/keyboard/antiquityjournal_keyboard.lua:1116 -- self.categoryProgress:SetValue(unlockedLoreEntries / maxLoreEntries)
- ingame/antiquities/keyboard/antiquityjournal_keyboard.lua:1118 -- self.categoryProgress:SetValue(0)
- ingame/antiquitydigging/antiquitydigging.lua:347 -- self.stabilityBarLeft:SetValue(halfCurrentStability)
- ingame/antiquitydigging/antiquitydigging.lua:349 -- self.stabilityBarRight:SetValue(halfCurrentStability)
- ingame/antiquitydigging/antiquitydigging.lua:442 -- digPowerBar1:SetValue(zo_min(current, minSpendablePower))
- ingame/antiquitydigging/antiquitydigging.lua:450 -- digPowerBar2:SetValue(zo_max(current - minSpendablePower, 0))
- ingame/battleground/battlegroundscorehud.lua:132 -- self.statusBar:SetValue(score)
- ingame/campaign/campaignavarank.lua:42 -- self.statusBar:SetValue(current)
- ingame/campaign/campaignscoring_shared.lua:79 -- self.tierProgressBar:SetValue(nextTierProgress)
- ingame/chatsystem/sharedchatsystem.lua:1209 -- self.scrollbar:SetValue(value)
- ingame/chatsystem/sharedchatsystem.lua:1253 -- self.scrollbar:SetValue(max - scrollPosition)
- ingame/chatsystem/sharedchatsystem.lua:1281 -- self.scrollbar:SetValue(1)
- ingame/collections/itemsetsbook_shared.lua:92 -- control.progressBar:SetValue(itemSetHeaderData:GetNumUnlockedPieces() / itemSetHeaderData:GetNumPieces())
- ingame/collections/keyboard/itemsetsbook_keyboard.lua:54 -- self.categoryProgress:SetValue(numUnlockedPieces / numPieces)
- ingame/crafting/smithingcreation_shared.lua:452 -- self.materialQuantitySpinner:SetValue(1)
- ingame/crafting/smithingcreation_shared.lua:584 -- self.materialQuantitySpinner:SetValue(selectedLastCombinationIndex)
- ingame/crafting/smithingimprovement_shared.lua:130 -- self.spinner:SetValue(maxBoosters)
- ingame/crafting/gamepad/craftingutils_gamepad.lua:275 -- control.spinner:SetValue(dialogData.numIterations)
- ingame/crafting/gamepad/craftingutils_gamepad.lua:387 -- control.spinner:SetValue(dialogData.iterations)
- ingame/crafting/keyboard/alchemy_keyboard.lua:275 -- self.multiCraftSpinner:SetValue(1)
- ingame/crafting/keyboard/craftingutils_keyboard.lua:43 -- self:SetValue(self:GetMax())
- ingame/crafting/keyboard/craftingutils_keyboard.lua:45 -- self:SetValue(self:GetMin())
- ingame/crafting/keyboard/enchanting_keyboard.lua:385 -- self.multiCraftSpinner:SetValue(1)
- ingame/crafting/keyboard/provisioner.lua:557 -- self.multiCraftSpinner:SetValue(1)
- ingame/crafting/keyboard/smithingcreation_keyboard.lua:291 -- self.multiCraftSpinner:SetValue(1)
- ingame/crafting/keyboard/smithingextraction_keyboard.lua:155 -- self.multiRefineSpinner:SetValue(self.multiRefineSpinner:GetMax())
- ingame/gamepad/gamepadtemplates/gamepadtemplates.lua:50 -- self.spinner:SetValue(value)
- ingame/gamepad/gamepadtemplates/gamepadtemplates.lua:125 -- self:SetValue(1)
- ingame/guildkiosk/gamepad/guildkiosk_gamepad.lua:551 -- self.bidSelector:SetValue(self.bidAmount)
- ingame/inventory/stack.lua:65 -- stackControl.spinner:SetValue(zo_floor(stackSize / 2))
- ingame/inventory/keyboard/itemtransferdialog_keyboard.lua:76 -- self.spinner:SetValue(maxStack, true)
- ingame/mail/gamepad/mailsend_gamepad.lua:697 -- self.goldSlider:SetValue(value)
- ingame/map/worldmap.lua:2657 -- self.zoomSlider:SetValue(normalizedZoom)
- ingame/map/worldmap.lua:5080 -- ZO_WorldMapButtonsHistorySlider:SetValue(CONSTANTS.HISTORY_SLIDER_RANGE)
- ingame/map/worldmapkeepupgrade_shared.lua:148 -- self.barControl:SetValue(cur)
- ingame/map/gamepad/worldmapzonestory_gamepad.lua:82 -- control.progressBar:SetValue(numCompletedActivities)
- ingame/map/keyboard/worldmapzonestory_keyboard.lua:69 -- control.progressBar:SetValue(numCompletedActivities)
- ingame/optionspanels/optionspanel_social_shared.lua:74 -- GetControl(control, "Slider"):SetValue(currentChoice)
- ingame/optionspanels/optionspanel_social_shared.lua:110 -- slider:SetValue(GetChatFontSize())
- ingame/optionspanels/optionspanel_social_shared.lua:118 -- GetControl(control, "Slider"):SetValue(currentChoice)
- ingame/outfits/keyboard/outfitstylespanel_keyboard.lua:250 -- self.progressBar:SetValue(unlockedCount)
- ingame/playerprogressbar/playerprogressbar.lua:523 -- self.bar:SetValue(level, current, levelSize, BAR_NO_WRAP)
- ingame/playerprogressbar/playerprogressbar.lua:709 -- self.enlightenedBarControl:SetValue(zo_min(max, current + poolSize))
- ingame/repair/repairkits.lua:65 -- self.conditionBar:SetValue(condition)
- ingame/skills/sharedskills.lua:24 -- xpBar:SetValue(level, 1, 1, noWrap)
- ingame/skills/sharedskills.lua:26 -- xpBar:SetValue(level, currentXP - lastRankXP, nextRankXP - lastRankXP, noWrap)
- ingame/soulgemitemcharger/soulgemitemcharger.lua:67 -- self.chargesBar:SetValue(charges)
- ingame/stats/zo_stats_common.lua:285 -- self.pointsSpinner:SetValue(self.points + addedPoints)
- ingame/stats/zo_stats_common.lua:314 -- self.pointsSpinner:SetValue(self.points)
- ingame/stats/gamepad/zo_stats_gamepad.lua:1417 -- self.experienceBar:SetValue(currentLevel, currentXP, totalXP, BAR_NO_WRAP)
- ingame/stats/gamepad/zo_stats_gamepad.lua:1429 -- self.enlightenedBarControl:SetValue(zo_min(totalXP, currentXP + poolSize))
- ingame/storewindow/gamepad/storewindow_gamepad.lua:249 -- self.spinner:SetValue(value)
- ingame/storewindow/keyboard/storewindow_keyboard.lua:651 -- self.buyMultipleSpinner:SetValue(1, true)
- ingame/tooltip/activityfindertooltips.lua:9 -- statValuePair:SetValue(ZO_ZoneStories_Manager.GetActivityCompletionProgressText(zoneData.id, completionType), self:GetStyle("statValuePairValue"))
- ingame/tooltip/championtooltips.lua:61 -- bar:SetValue(pendingPoints)
- ingame/tooltip/gifttooltips.lua:9 -- statValuePair:SetValue(sender, self:GetStyle("statValuePairValue"))
- ingame/tooltip/grouptooltips.lua:44 -- statValuePair:SetValue(textLowestAverageTime, self:GetStyle("groupRolesStatValuePairValue"))
- ingame/tooltip/guildtooltips.lua:22 -- statValuePair:SetValue(levelText, self:GetStyle("socialStatsValue"))
- ingame/tooltip/guildtooltips.lua:28 -- statValuePair:SetValue(zo_strformat(SI_CLASS_NAME, GetClassName(GENDER_MALE, applicationData.class)), self:GetStyle("socialStatsValue"))
- ingame/tooltip/guildtooltips.lua:34 -- statValuePair:SetValue(ZO_CachedStrFormat(SI_ALLIANCE_NAME, GetAllianceName(applicationData.alliance)), self:GetStyle("socialStatsValue"))
- ingame/tooltip/guildtooltips.lua:40 -- statValuePair:SetValue(zo_strformat(SI_NUMBER_FORMAT, applicationData.achievementPoints), self:GetStyle("socialStatsValue"))
- ingame/tooltip/outfittooltips.lua:17 -- statValuePair:SetValue(applyCostString, bodyDescriptionStyle, self:GetStyle("currencyStatValuePairValue"))
- ingame/tooltip/skilltooltips.lua:234 -- attributePair:SetValue(GetPlayerStat(statType) + pendingBonus, self:GetStyle("statValuePairValue"))
- ingame/tooltip/skilltooltips.lua:239 -- upgradePair:SetValue(zo_strformat(SI_STAT_PENDING_BONUS_FORMAT, pendingBonus), self:GetStyle("succeeded"), self:GetStyle("statValuePairValue"))
- ingame/tooltip/socialtooltips.lua:25 -- lastOnlinePair:SetValue(ZO_FormatDurationAgo(secsSinceLogoff + GetFrameTimeSeconds() - timeStamp), self:GetStyle("socialStatsValue"))
- ingame/tooltip/socialtooltips.lua:52 -- levelPair:SetValue(levelString, self:GetStyle("socialStatsValue"))
- ingame/tooltip/socialtooltips.lua:61 -- classPair:SetValue(className, self:GetStyle("socialStatsValue"))
- ingame/tooltip/socialtooltips.lua:68 -- alliancePair:SetValue(alliance, self:GetStyle("socialStatsValue"))
- ingame/tooltip/socialtooltips.lua:76 -- guildRankPair:SetValue(guildRankName, self:GetStyle("socialStatsValue"))
- ingame/tooltip/socialtooltips.lua:83 -- zonePair:SetValue(zone, self:GetStyle("socialStatsValue"))
- ingame/tooltip/stabletooltips.lua:14 -- skillBar:SetValue(bonus)
- ingame/tooltip/console/voicechattooltips.lua:32 -- statValuePair1:SetValue(timeText, self:GetStyle("statValuePairValue"))
- ingame/tooltip/console/voicechattooltips.lua:35 -- statValuePair2:SetValue(channelName, self:GetStyle("statValuePairValue"))
- ingame/tooltip/console/voicechattooltips.lua:79 -- statValuePair:SetValue(#participantDataList, self:GetStyle("voiceChatPairText"))
- ingame/tradewindow/gamepad/tradewindow_gamepad.lua:356 -- self.goldSlider:SetValue(value)
- ingame/tradinghouse/gamepad/tradinghousefeatures_gamepad.lua:128 -- self.minSlider:SetValue(minLevel)
- ingame/tradinghouse/gamepad/tradinghousefeatures_gamepad.lua:135 -- self.maxSlider:SetValue(maxLevel)
- ingame/tradinghouse/gamepad/tradinghousefeatures_gamepad.lua:193 -- self.minSlider:SetValue(minLevelCap)
- ingame/tradinghouse/gamepad/tradinghousefeatures_gamepad.lua:198 -- self.maxSlider:SetValue(maxLevelCap)
- ingame/tradinghouse/gamepad/tradinghousefeatures_gamepad.lua:249 -- self.minSlider:SetValue(self.minLevel)
- ingame/tradinghouse/gamepad/tradinghousefeatures_gamepad.lua:261 -- self.maxSlider:SetValue(self.maxLevel)
- ingame/tradinghouse/gamepad/tradinghousefeatures_gamepad.lua:428 -- self.priceSelector:SetValue(self.minPrice)
- ingame/tradinghouse/gamepad/tradinghousefeatures_gamepad.lua:430 -- self.priceSelector:SetValue(self.maxPrice)
- ingame/tradinghouse/gamepad/tradinghouse_createlisting_gamepad.lua:196 -- self.priceSelector:SetValue(self.listingPrice)
- ingame/unitattributevisualizer/modules/powershield.lua:162 -- overlay:SetValue(1)
- internalingame/scrying/scrying.lua:380 -- self:SetValue(0)
- internalingame/tooltip/internalingametooltips.lua:9 -- statValuePair:SetValue(GetExampleCodeForCodeRedemption(), self:GetStyle("currencyStatValuePairValue"))
- internalingame/tooltip/internalingametooltips.lua:28 -- zoneValuePair:SetValue(zo_strformat(SI_ZONE_NAME, houseZoneName), self:GetStyle("houseTemplateStatValuePairValue"))
- internalingame/tooltip/internalingametooltips.lua:33 -- categoryValuePair:SetValue(zo_strformat(SI_HOUSE_TYPE_FORMATTER, houseCategoryName), self:GetStyle("houseTemplateStatValuePairValue"))
- internalingame/tooltip/internalingametooltips.lua:43 -- limitValuePair:SetValue(zo_strformat(SI_HOUSE_INFORMATION_COUNT_FORMAT, initialFurnishingCount, furnishingLimit), self:GetStyle("houseTemplateStatValuePairValue"))
- libraries/zo_dialog/gamepad/zo_genericdialog_gamepad.lua:1018 -- dialog.slider:SetValue(dialogData.sliderStartValue)
- libraries/zo_gamepadslider/zo_gamepadslider.lua:39 -- self:SetValue(targetValue)
- libraries/zo_spinner/zo_spinner.lua:126 -- self:SetValue(textAsNumber)
- libraries/zo_spinner/zo_spinner.lua:194 -- self:SetValue(self.value)
- libraries/zo_spinner/zo_spinner.lua:211 -- self:SetValue(value)
- libraries/zo_spinner/zo_spinner.lua:355 -- self:SetValue(targetValue)
- libraries/zo_templates/scrolltemplates.lua:52 -- self:SetValue(MIN_SCROLL_VALUE)
- libraries/zo_templates/scrolltemplates.lua:179 -- scrollObject.scrollbar:SetValue(value)
- libraries/zo_templates/scrolltemplates.lua:343 -- self.scrollbar:SetValue(MIN_SCROLL_VALUE)
- libraries/zo_templates/scrolltemplates.lua:594 -- scrollbar:SetValue(finalValue)
- libraries/zo_templates/scrolltemplates.lua:2427 -- self.scrollbar:SetValue(MIN_SCROLL_VALUE)
- libraries/zo_templates/statusbartemplates.lua:26 -- bar:SetValue(newBarValue)
- libraries/zo_templates/statusbartemplates.lua:71 -- self:SetValue(value)
- libraries/zo_templates/statusbartemplates.lua:83 -- self:SetValue(oldValue)
- libraries/zo_templates/statusbartemplates.lua:240 -- self.currentBar:SetValue(value)
- libraries/zo_timerbar/zo_timerbar.lua:176 -- self.status:SetValue(totalElapsed)
- libraries/zo_timerbar/zo_timerbar.lua:187 -- self.status:SetValue(totalRemaining)
- pregame/accountlogin/gamepad/createlinkloadingscreen_gamepad.lua:121 -- self.queuedStatusBar:SetValue(lastQueuePosition - queuePosition)
- pregame/charactercreate/zo_charactercreateslider_base.lua:56 -- self:SetValue(newSteppedValue)
- pregame/charactercreate/zo_charactercreateslider_base.lua:82 -- self:SetValue(randomValue)
- pregame/charactercreate/zo_charactercreateslider_base.lua:147 -- self.slider:SetValue(value)
- pregame/charactercreate/zo_charactercreateslider_base.lua:211 -- self:SetValue(randomValue)
- pregame/charactercreate/zo_charactercreateslider_base.lua:228 -- self.slider:SetValue(currentValue)
- pregame/charactercreate/zo_charactercreateslider_base.lua:239 -- slider:GetParent().sliderObject:SetValue(value)
- pregame/charactercreate/zo_charactercreatetriangle_base.lua:22 -- self:SetValue(x, y)
- pregame/charactercreate/gamepad/zo_charactercreateslider_gamepad.lua:205 -- self:SetValue(randomValue)
- pregame/charactercreate/gamepad/zo_charactercreateslider_gamepad.lua:214 -- self.slider:SetValue(currentValue)
- pregame/charactercreate/gamepad/zo_charactercreatetriangle_gamepad.lua:38 -- self:SetValue(self.width * x, self.height * y)
- pregameandingame/gammaadjust/gammaadjust.lua:80 -- slider:SetValue(75)
- pregameandingame/gammaadjust/gammaadjust.lua:109 -- self.slider:SetValue(DEFAULT_INITIAL_GAMMA)
- pregameandingame/gammaadjust/gammaadjust.lua:111 -- self.slider:SetValue(g_currentGamma)
- pregameandingame/gammaadjust/gammaadjust.lua:132 -- self.slider:SetValue(self.slider:GetValue() + delta)
- pregameandingame/gammaadjust/gammaadjust.lua:168 -- self.slider:SetValue(g_currentGamma)
- pregameandingame/zo_options/optionswindowtemplate.lua:376 -- slider:SetValue(currentChoice)
- pregameandingame/zo_options/optionswindowtemplate.lua:570 -- GetControl(control, "Slider"):SetValue(formattedValue)
- pregameandingame/zo_options/optionswindowtemplate.lua:644 -- slider:SetValue(data.defaultMarker)
- publicallingames/currency/gamepad/currencyselector_gamepad.lua:94 -- self.spinner:SetValue(0)
- publicallingames/currency/gamepad/currencyselector_gamepad.lua:111 -- self.spinner:SetValue(value)
- publicallingames/currency/gamepad/currencyselector_gamepad.lua:207 -- self:SetValue(max)
- publicallingames/currency/gamepad/currencyselector_gamepad.lua:265 -- self.digits[i]:SetValue(thisDigit)
- publicallingames/currency/gamepad/currencyselector_gamepad.lua:361 -- self.digits[i]:SetValue(0)
- publicallingames/currency/gamepad/currencyselector_gamepad.lua:387 -- self:SetValue(self.maxValue)
- publicallingames/currency/gamepad/currencyselector_gamepad.lua:391 -- self:SetValue(0)
- publicallingames/tooltip/abilitytooltips.lua:7 -- bar:SetValue(1)
- publicallingames/tooltip/abilitytooltips.lua:10 -- bar:SetValue(currentXP - lastRankXP)
- publicallingames/tooltip/abilitytooltips.lua:29 -- castTimePair:SetValue(ZO_FormatTimeMilliseconds(channelTime, TIME_FORMAT_STYLE_CHANNEL_TIME, TIME_FORMAT_PRECISION_TENTHS_RELEVANT, TIME_FORMAT_DIRECTION_NONE), self:GetStyle("abilityStatValuePairValue"))
- publicallingames/tooltip/abilitytooltips.lua:32 -- castTimePair:SetValue(ZO_FormatTimeMilliseconds(castTime, TIME_FORMAT_STYLE_CAST_TIME, TIME_FORMAT_PRECISION_TENTHS_RELEVANT, TIME_FORMAT_DIRECTION_NONE), self:GetStyle("abilityStatValuePairValue"))
- publicallingames/tooltip/abilitytooltips.lua:41 -- targetPair:SetValue(targetDescription, self:GetStyle("abilityStatValuePairValue"))
- publicallingames/tooltip/abilitytooltips.lua:51 -- rangePair:SetValue(zo_strformat(SI_ABILITY_TOOLTIP_RANGE, FormatFloatRelevantFraction(maxRangeCM / 100)), self:GetStyle("abilityStatValuePairValue"))
- publicallingames/tooltip/abilitytooltips.lua:53 -- rangePair:SetValue(zo_strformat(SI_ABILITY_TOOLTIP_MIN_TO_MAX_RANGE, FormatFloatRelevantFraction(minRangeCM / 100), FormatFloatRelevantFraction(maxRangeCM / 100)), self:GetStyle("abilityStatValuePairValue"))
- publicallingames/tooltip/abilitytooltips.lua:66 -- radiusDistancePair:SetValue(zo_strformat(SI_ABILITY_TOOLTIP_AOE_DIMENSIONS, FormatFloatRelevantFraction(radiusCM / 100), FormatFloatRelevantFraction(angleDistanceCM * 2 / 100)), self:GetStyle("abilityStatValuePairValue"))
- publicallingames/tooltip/abilitytooltips.lua:69 -- radiusDistancePair:SetValue(zo_strformat(SI_ABILITY_TOOLTIP_RADIUS, FormatFloatRelevantFraction(radiusCM / 100)), self:GetStyle("abilityStatValuePairValue"))
- publicallingames/tooltip/abilitytooltips.lua:78 -- durationPair:SetValue(GetString(SI_ABILITY_TOOLTIP_TOGGLE_DURATION), self:GetStyle("abilityStatValuePairValue"))
- publicallingames/tooltip/abilitytooltips.lua:85 -- durationPair:SetValue(ZO_FormatTimeMilliseconds(durationMS, TIME_FORMAT_STYLE_DURATION, TIME_FORMAT_PRECISION_TENTHS_RELEVANT, TIME_FORMAT_DIRECTION_NONE), self:GetStyle("abilityStatValuePairValue"))
- publicallingames/tooltip/abilitytooltips.lua:98 -- costPair:SetValue(costString, self:GetStyle("abilityStatValuePairMagickaValue"))
- publicallingames/tooltip/abilitytooltips.lua:100 -- costPair:SetValue(costString, self:GetStyle("abilityStatValuePairStaminaValue"))
- publicallingames/tooltip/abilitytooltips.lua:102 -- costPair:SetValue(costString, self:GetStyle("abilityStatValuePairHealthValue"))
- publicallingames/tooltip/abilitytooltips.lua:104 -- costPair:SetValue(costString, self:GetStyle("abilityStatValuePairValue"))
- publicallingames/tooltip/abilitytooltips.lua:127 -- costPair:SetValue(costOverTimeString, self:GetStyle("abilityStatValuePairValue"))
- publicallingames/tooltip/abilitytooltips.lua:147 -- rolesPair:SetValue(finalIconText, self:GetStyle("abilityStatValuePairValue"))
- publicallingames/tooltip/achievementtooltips.lua:18 -- statusBar:SetValue(earnedPoints)
- publicallingames/tooltip/achievementtooltips.lua:52 -- statValuePair:SetValue(points, self:GetStyle("statValuePairValue"))
- publicallingames/tooltip/achievementtooltips.lua:87 -- statusBar:SetValue(numCompleted)
- publicallingames/tooltip/collectionstooltips.lua:76 -- cooldownPair:SetValue(secondsRemainingString, self:GetStyle("collectionsStatsValue"))
- publicallingames/tooltip/collectionstooltips.lua:144 -- statValuePair:SetValue(applyCostString, descriptionStyle, self:GetStyle("currencyStatValuePairValue"))
- publicallingames/tooltip/collectionstooltips.lua:174 -- statValuePair:SetValue(allowedNamesString, self:GetStyle("statValuePairValue"))
- publicallingames/tooltip/collectionstooltips.lua:176 -- statValuePair:SetValue(allowedNamesString, self:GetStyle("failed"), self:GetStyle("statValuePairValue"))
- publicallingames/tooltip/itemtooltips.lua:216 -- statValuePair:SetValue(weaponPower, self:GetStyle("statValuePairValue"))
- publicallingames/tooltip/itemtooltips.lua:235 -- statValuePair:SetValue(valueText, damagedStyle, self:GetStyle("statValuePairValue"))
- publicallingames/tooltip/itemtooltips.lua:249 -- levelStatValuePair:SetValue(requiredLevel, failedStyle, self:GetStyle("statValuePairValue"))
- publicallingames/tooltip/itemtooltips.lua:256 -- championStatValuePair:SetValue(requiredChampionPoints, failedStyle, self:GetStyle("statValuePairValue"))
- publicallingames/tooltip/itemtooltips.lua:341 -- bar:SetValue(value)
- publicallingames/tooltip/itemtooltips.lua:836 -- statValuePair:SetValue(zo_strformat(SI_SIEGE_TOOLTIP_TOUGHNESS_FORMAT, maxHP), self:GetStyle("statValuePairValue"))
- publicallingames/tooltip/itemtooltips.lua:1425 -- statValuePairTimer:SetValue(formattedTimeRemaining, self:GetStyle("statValuePairValue"))
- publicallingames/tooltip/itemtooltips.lua:1789 -- statValuePair:SetValue(valueToShow, self:GetStyle("itemComparisonStatValuePairValue"), colorStyle)
- publicallingames/tooltip/itemtooltips.lua:1826 -- statValuePair:SetValue(valueString, self:GetStyle("currencyStatValuePairValue"))
- publicallingames/tooltip/itemtooltips.lua:1859 -- bankedStatValuePair:SetValue(valueString, self:GetStyle("currencyStatValuePairValue"))
- publicallingames/tooltip/itemtooltips.lua:1866 -- carriedStatValuePair:SetValue(valueString, self:GetStyle("currencyStatValuePairValue"))
- publicallingames/tooltip/markettooltips.lua:173 -- statValuePair:SetValue(statusText, self:GetStyle("statValuePairValue"))
- publicallingames/tooltip/markettooltips.lua:255 -- statValuePair:SetValue(zo_strformat(SI_MARKET_PRODUCT_TOOLTIP_UNLOCK_LEVEL, currentUnlock, maxUnlock), self:GetStyle("statValuePairValue"))
- publicallingames/tooltip/rewardtooltips.lua:62 -- statValuePair:SetValue(formattedTime, self:GetStyle("statValuePairValue"))
- publicallingames/tooltip/rewardtooltips.lua:79 -- g_dailyLoginRewardtimerStatValuePair:SetValue(formattedTime, self:GetStyle("statValuePairValue"))
- publicallingames/tooltip/tooltip.lua:278 -- leftBar:SetValue(charges)
- publicallingames/tooltip/tooltip.lua:279 -- rightBar:SetValue(charges)
- publicallingames/tooltip/tooltip.lua:305 -- leftBar:SetValue(condition)
- publicallingames/tooltip/tooltip.lua:306 -- rightBar:SetValue(condition)
- publicallingames/tooltip/tooltip.lua:318 -- tooltipControl.xpBar:SetValue(currentXP)
- publicallingames/tooltip/tooltip.lua:335 -- tooltipControl.xpBar:SetValue(currentXP)
- publicallingames/tooltip/tooltip.lua:392 -- tooltipControl.progressionStatusBar:SetValue(pendingPoints)