GetTFC

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender.

Description

Returns whether or not the fly camera is currently active.

Syntax

[help]
(int) GetTFC

Example

if GetTFC
   ; do something that needs fly camera
endif 

See Also