Files
wow_Meta/api/MovieRecording_ToggleGUI.lua
2024-12-16 13:13:08 +01:00

4 lines
335 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---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