Description
Wiki Description
Checks to see if VATS is currently enabled or not.
Documentation Comment
Are the VATS controls enabled?
Caveats
Examples
; Can the player use VATS?
if Game.IsVATSControlsEnabled()
Debug.Trace("Player can use VATS!")
endIfAuto-Generated Example
bool returnedValue = Game.IsVATSControlsEnabled()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
