Files
wow-weakauras/Meta/api/GetTabardCreationCost.lua
2024-11-07 23:12:37 +01:00

5 lines
312 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return number cost
---Returns the cost to create a guild tabard. Only returns valid data if the player is interacting with a tabard designer (i.e. between the OPEN_TABARD_FRAME and CLOSE_TABARD_FRAME events).
function GetTabardCreationCost() end