Initial commit
This commit is contained in:
5
api/GetScriptCPUUsage.lua
Normal file
5
api/GetScriptCPUUsage.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@return number usage
|
||||
---Returns the total CPU time used by the scripting system. Only returns valid data if the scriptProfile CVar is set to 1; returns 0 otherwise.
|
||||
function GetScriptCPUUsage() end
|
Reference in New Issue
Block a user