IsVATSPlaybackActive - Game

Revision as of 17:00, 18 January 2016 by imported>Languard
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Game Script

Checks to see if VATS playback is active or not.

SyntaxEdit

bool Function IsVATSPlaybackActive() native global

ParametersEdit

None.

Return ValueEdit

If VATS playback is active or not.

ExamplesEdit

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

See AlsoEdit