5 lines
280 B
Lua
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 |