IsJournalEnabled - InputEnableLayer

Member of: InputEnableLayer Script

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

SyntaxEdit

bool Function IsJournalEnabled() Native

ParametersEdit

None

Return ValueEdit

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

ExamplesEdit

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

See AlsoEdit