Files
wow_Meta/api/CloseBankFrame.lua
2025-05-04 14:35:26 +02:00

5 lines
246 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