Description
Wiki Description
Checks to see if VATS playback is active or not.
Documentation Comment
Is VATS playback active?
Caveats
Examples
; Is the player executing attacks in VATS playback?
if Game.IsVATSPlaybackActive()
Debug.Trace("VATS playback is active!")
endIfAuto-Generated Example
bool returnedValue = Game.IsVATSPlaybackActive()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
