GetTFCAngleEx
From GECK
A function added by the SUP NVSE Plugin.
Contents
Description
Returns current angle values of TFC Camera.
Syntax
GetTFCAngleEx fAngleX:float fAngleZ:float
Example
float fAngleX float fAngleZ GetTFCAngleEx fAngleX fAngleZ;
The function will pass TFC angle values to fAngleX fAngleZ script variables.
Notes
- Values extracted are not the RAW value but a rotation values converted to angles. If you're looking for raw rotation values - use GetTFCRotEx.