GetTFC

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

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