Files
wow_Meta/api/EnumerateFrames.lua
2025-05-04 14:35:26 +02:00

7 lines
242 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