I am working on an add-on for console that needs to access currency in the character's inventory and bank. I discovered that the following four function are to be used for this:
GetCarriedCurrencyAmount
GetBankedCurrencyAmount
DepositCurrencyIntoBank
WithdrawCurrencyFromBank
These functions work on PC, but as soon as I switch to console mode on PC or try it out on an actual console, I get a nil error message on these functions.
@ZOS_Kevin So I assume these are not available for console add-ons? Why not? Will these be added later? And is there a place where we can see which functions are not available on console?
Edited by msetten on 6 August 2025 15:19