GetTFCRot

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) GetTFCRot axis:X/Y

Example

set fValue to GetTFCRot X; 

The function will return X rotation of TFC Camera.

Notes

  • Value extracted is not the actual angle value. If you're looking for angle value which coressponds with standart game angles - use GetTFCAngle.

See Also