GetTFCAngle
From GECK
A function added by the SUP NVSE Plugin.
Contents
Description
Returns current X\Z angle of TFC Camera.
Syntax
(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.