Code format
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param width number
|
||||
---@param framerate number
|
||||
---@param sound number
|
||||
---@return string time
|
||||
---@param width number
|
||||
---@param framerate number
|
||||
---@param sound number
|
||||
---@return string time
|
||||
---Returns the maximum length of recorded video for a given set of video recording parameters. The value returned reflects both the data rate associated with the given parameters and the amount of space remaining on the hard drive.
|
||||
function MovieRecording_MaxLength(width, framerate, sound) end
|
||||
function MovieRecording_MaxLength(width, framerate, sound) end
|
||||
|
||||
Reference in New Issue
Block a user