Back to Home
ESO Function Data v100035
SetMaxAndShowSelector()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/inventory/gamepad/guildbank_gamepad.lua:719
--
function ZO_GuildBank_Gamepad:SetMaxAndShowSelector(maxInputFunction)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/inventory/gamepad/guildbank_gamepad.lua:704
--
self:SetMaxAndShowSelector(function(currencyType) return GetMaxCurrencyTransfer(currencyType, CURRENCY_LOCATION_CHARACTER, CURRENCY_LOCATION_GUILD_BANK) end)
ingame/inventory/gamepad/guildbank_gamepad.lua:713
--
self:SetMaxAndShowSelector(function(currencyType) return GetMaxCurrencyTransfer(currencyType, CURRENCY_LOCATION_GUILD_BANK, CURRENCY_LOCATION_CHARACTER) end)