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

6 lines
248 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param currentFrame table
---@return table nextFrame
---Returns the next frame following the frame passed, or nil if no more frames exist
function EnumerateFrames(currentFrame) end