IsJournalControlsEnabled - Game
Revision as of 20:31, 11 February 2018 by imported>Qazaaq (added category)
Member of: Game Script
Checks to see if journal menu controls are currently enabled or not.
Syntax
bool Function IsJournalControlsEnabled() Native Global
Parameters
None
Return Value
If the journal menu controls are currently enabled or not.
Examples
; Can the player use the journal menu?
if Game.IsJournalControlsEnabled()
Debug.Trace("Player can use the journal!")
endIf