IsVATSControlsEnabled - Game

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Game Script

Checks to see if VATS is currently enabled or not.

Syntax[edit | edit source]

bool Function IsVATSControlsEnabled() native global

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

If the VATS controls are currently enabled or not.

Examples[edit | edit source]

; Can the player use VATS?
if Game.IsVATSControlsEnabled()
  Debug.Trace("Player can use VATS!")
endIf

See Also[edit | edit source]