Files
wow_Meta/api/MovieRecording_QueueMovieToCompress.lua
2025-05-04 14:35:26 +02:00

6 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