- ingame/housingeditor/housingpreview_shared.lua:40 --
SetupPurchaseOptionControl("Gold")
- ingame/housingeditor/housingpreview_shared.lua:41 --
SetupPurchaseOptionControl("Crowns")
- ingame/housingeditor/housingpreview_shared.lua:42 --
SetupPurchaseOptionControl("CrownGems")
- ingame/housingeditor/housingpreview_shared.lua:314 -- self:SetupPurchaseOptionControl(self.goldPurchaseOptionControl, CURT_MONEY, CURRENCY_LOCATION_CHARACTER, entryData.goldPrice, entryData.goldPrice, NO_DISCOUNT_PERCENT, entryData.requiredToBuyErrorText)
- ingame/housingeditor/housingpreview_shared.lua:324 -- self:SetupPurchaseOptionControl(marketControl, currencyType, CURRENCY_LOCATION_ACCOUNT, purchaseData.cost, purchaseData.costAfterDiscount, purchaseData.discountPercent, NO_ERROR, function(...) return self:GetMarketProductSaleRemainingTime(...) end)
- ingame/housingeditor/gamepad/housingpreview_gamepad.lua:199 -- ZO_HousingPreviewDialog_Shared.SetupPurchaseOptionControl(self, control, currencyType, currencyLocation, price, priceAfterDiscount, discountPercent, requiredToBuyErrorText, getRemainingTimeFunction)
- ingame/housingeditor/keyboard/housingpreview_keyboard.lua:44 -- ZO_HousingPreviewDialog_Shared.SetupPurchaseOptionControl(self, control, currencyType, currencyLocation, price, priceAfterDiscount, discountPercent, requiredToBuyErrorText, getRemainingTimeFunction)