IsJournalEnabled - InputEnableLayer

From the Fallout4 CreationKit Wiki
Revision as of 20:47, 11 February 2018 by imported>Qazaaq (added category)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

bool Function IsJournalEnabled() Native

Parameters

None

Return Value

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

Examples

; 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