IsVATSPlaybackActive - Game

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Game Script

Checks to see if VATS playback is active or not.

Syntax[edit | edit source]

bool Function IsVATSPlaybackActive() native global

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

If VATS playback is active or not.

Examples[edit | edit source]

; Is the player executing attacks in VATS playback?
if Game.IsVATSPlaybackActive()
  Debug.Trace("VATS playback is active!")
endIf

See Also[edit | edit source]