IsJournalControlsEnabled - Game

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Game Script

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

Syntax[edit | edit source]

bool Function IsJournalControlsEnabled() Native Global

Parameters[edit | edit source]

None

Return Value[edit | edit source]

If the journal menu controls are currently enabled or not.

Examples[edit | edit source]

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

See Also[edit | edit source]