Files
wow_Meta/api/CloseBankFrame.lua
2024-12-16 13:13:08 +01:00

4 lines
245 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---Ends interaction with the bank. Causes the BANKFRAME_CLOSED event to fire, indicating that APIs querying bank contents may no longer return valid results.
function CloseBankFrame() end