Background for Fallout 4
Member of the Game script
boolfunctionIsJournalControlsEnabled()NativeGlobal

Description

Wiki Description

Checks to see if journal menu controls are currently enabled or not.

Documentation Comment

Are the journal menu controls enabled?


Examples

; Can the player use the journal menu?
if Game.IsJournalControlsEnabled()
  Debug.Trace("Player can use the journal!")
endIf

Auto-Generated Example

bool returnedValue = Game.IsJournalControlsEnabled()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.