Background for Skyrim SE
Member of the Utility script
boolfunctionIsInMenuMode()NativeGlobal

[DEV SERVER] Loading description...


Caveats

CK Wiki - Notes


Examples

if (!Utility.IsInMenuMode())
  ; do game stuff! we aren't in a menu
endIf

Auto-Generated Example

bool returnedValue = Utility.IsInMenuMode()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.