Background for Fallout 4
Member of the Game script
boolfunctionIsVATSPlaybackActive()NativeGlobal

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!")
endIf

Auto-Generated Example

bool returnedValue = Game.IsVATSPlaybackActive()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.