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

5 lines
280 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return 1nil isFishing
---Returns whether the currently displayed loot came from fishing. Used in the default UI to play a fishing sound effect and change the appearance of the loot window.
function IsFishingLoot() end