Description
Wiki Description
Checks to see if favorites controls are currently enabled or not.
Documentation Comment
Is favorites menu enabled?
Caveats
Examples
; Can the player fight?
If Game.IsFavoritesControlsEnabled()
Debug.Trace("Player can use quickkeys!")
EndIfAuto-Generated Example
bool returnedValue = Game.IsFavoritesControlsEnabled()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
