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

7 lines
289 B
Lua

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