7 lines
189 B
Lua
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
|