IsJournalControlsEnabled - Game

Member of: Game Script

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

SyntaxEdit

bool Function IsJournalControlsEnabled() native global

ParametersEdit

None.

Return ValueEdit

If the journal menu controls are currently enabled or not.

ExamplesEdit

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

See AlsoEdit