Update description of EnableTrailerMode

This commit is contained in:
David Vogel 2022-07-28 10:07:08 +02:00
parent 22d385df32
commit 38f83d19c9

View File

@ -46,8 +46,11 @@ function DebugAPI.IsDevBuild()
return DebugGetIsDevBuild() return DebugGetIsDevBuild()
end end
---Trailer mode disables drawing of most UI elements. ---Enables the trailer mode and some other things:
---Similar, if not exactly the same, to F12 in the dev build. ---
--- - Disables ingame GUI.
--- - Opens fog of war everywhere (Not the same as disabling it completely).
--- - Enables `mTrailerMode`, whatever that does.
--- ---
---No idea how to disable it, beside pressing F12 in dev build. ---No idea how to disable it, beside pressing F12 in dev build.
function DebugAPI.EnableTrailerMode() function DebugAPI.EnableTrailerMode()