IsJournalEnabled - InputEnableLayer

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: InputEnableLayer Script

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

Syntax[edit | edit source]

bool Function IsJournalEnabled() Native

Parameters[edit | edit source]

None

Return Value[edit | edit source]

If the journal menu controls are currently enabled on this layer or not.

Examples[edit | edit source]

; Is the layer allowing journal access?
if myLayer.IsJournalEnabled()
  Debug.Trace("Player can use the journal (if no one else is blocking)!")
endIf

See Also[edit | edit source]