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

7 lines
189 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@return number framerate
---Returns the number of frames per second rendered by the client
function GetFramerate() end