Files
wow_Meta/api/GetTabardCreationCost.lua
2025-05-04 15:15:00 +02:00

7 lines
317 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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