7 lines
406 B
Lua
7 lines
406 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return string time
|
|
---Returns the amount of time since video recording was last started. Used in the default UI to show the length of the recording in progress when mousing over the recording indicator on the minimap. May return a nonsensical value if no video has been recorded since logging in.
|
|
function MovieRecording_GetTime() end
|