GetTFCAngle

From GECK
Jump to: navigation, search


A function added by the SUP NVSE Plugin.

Description

Returns current X\Z angle of TFC Camera.

Syntax

[help]
(angle:float) GetTFCAngle axis:X/Y

Example

set fValue to GetTFCAngle X; 

The function will return X angle of TFC Camera.

Notes

  • Value extracted is not the RAW value but a rotation value converted to angle. If you're looking for raw rotation value - use GetTFCRot.

See Also