Description
Wiki Description
Checks to see if journal menu controls are currently enabled or not.
Documentation Comment
Are the journal menu controls enabled?
Caveats
Examples
; Can the player use the journal menu?
if Game.IsJournalControlsEnabled()
Debug.Trace("Player can use the journal!")
endIfAuto-Generated Example
bool returnedValue = Game.IsJournalControlsEnabled()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
