mirror of
https://github.com/Dadido3/noita-mapcap.git
synced 2024-11-18 17:17:31 +00:00
Update description of EnableTrailerMode
This commit is contained in:
parent
22d385df32
commit
38f83d19c9
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user