Files
wow_Meta/api/MovieRecording_ToggleGUI.lua
2025-05-04 15:15:00 +02:00

6 lines
345 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---Enables or disables inclusion of UI elements in a video recording. Equivalent to the MovieRecordingGUI CVar, but provided as a convenience for the MOVIE_RECORDING_GUI so UI recording can be turned on or off while a movie is recording.
function MovieRecording_ToggleGUI() end