GetTFCAngleEx

From GECK
Jump to: navigation, search


A function added by the SUP NVSE Plugin.

Description

Returns current angle values of TFC Camera.

Syntax

[help]
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.

See Also