IsFavoritesControlsEnabled - Game
Member of: Game Script
Checks to see if favorites controls are currently enabled or not.
SyntaxEdit
bool Function IsFavoritesControlsEnabled() Native Global
ParametersEdit
None.
Return ValueEdit
If the favorites controls are currently enabled or not.
ExamplesEdit
; Can the player fight?
If Game.IsFavoritesControlsEnabled()
Debug.Trace("Player can use quickkeys!")
EndIf