5 lines
283 B
Lua
5 lines
283 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param filename string
|
|
---Queues an uncompressed movie for compression. If there are no items currently in the queue the movie will begin compressing immediately.
|
|
function MovieRecording_QueueMovieToCompress(filename) end |