GetTFCRotEx
From GECK
A function added by the SUP NVSE Plugin.
Contents
Description
Returns current rotation of TFC Camera.
Syntax
GetTFCRotEx fRotX:float fRotY:float
Example
float fRotX float fRotY GetTFCRotEx fRotX fRotY;
The function will pass TFC Camera rotation to fRotX fRotY script variables.
Notes
- Values extracted are not the actual angle value. If you're looking for angle value which corresponds with standard game angles - use GetTFCAngleEx.