- ingame/housingeditor/housingpreview_shared.lua:42 --
SetupPurchaseOptionControl("Gold")
- ingame/housingeditor/housingpreview_shared.lua:43 --
SetupPurchaseOptionControl("Crowns")
- ingame/housingeditor/housingpreview_shared.lua:44 --
SetupPurchaseOptionControl("CrownGems")
- ingame/housingeditor/housingpreview_shared.lua:298 -- self:SetupPurchaseOptionControl(self.goldPurchaseOptionControl, CURT_MONEY, CURRENCY_LOCATION_CHARACTER, entryData.goldPrice, entryData.goldPrice, NO_DISCOUNT_PERCENT, entryData.requiredToBuyErrorText)
- ingame/housingeditor/housingpreview_shared.lua:308 -- 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:106 -- ZO_HousingPreviewDialog_Shared.SetupPurchaseOptionControl(self, control, currencyType, currencyLocation, price, priceAfterDiscount, discountPercent, requiredToBuyErrorText, getRemainingTimeFunction)
- ingame/housingeditor/keyboard/housingpreview_keyboard.lua:38 -- ZO_HousingPreviewDialog_Shared.SetupPurchaseOptionControl(self, control, currencyType, currencyLocation, price, priceAfterDiscount, discountPercent, requiredToBuyErrorText, getRemainingTimeFunction)