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

5 lines
336 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