GetCalculatedAngleXForTFCCamera

From GECK
Jump to: navigation, search


A function added by the SUP NVSE Plugin.

Description

Calculates X angle from current position of TFC camera to following coordinates.

Syntax

[help]
(Angle:float) GetCalculatedAngleXForTFCCamera fXin:float fYin:float fZin:float

Example

set fAngleX to GetCalculatedAngleXForTFCCamera fXin fYin fzIn; 

The function will calculate X angle for the TFC camera to look at fXin fYin fZin position.

See Also