5 lines
180 B
Lua
5 lines
180 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number framerate
|
|
---Returns the number of frames per second rendered by the client
|
|
function GetFramerate() end |