GetHeadingAngleAlt

From GECK
Jump to: navigation, search


A function added by the SUP NVSE Plugin.

Description

Returns the angle between the Point A and the specified object in a range from -180 to 180 degrees.

Syntax

[help]
(-180 to 180:float) GetHeadingAngleAlt CallerPosX:float CallerPosY:float CallerAngleZ:float ObjectRef:ref

Example

GetHeadingAngleAlt CallerPosX CallerPosY CallerAngleZ ObjectRef 

Notes

  • This function is equivalent to GetHeadingAngle, only it takes coordinates of calling reference as parameters;

See Also