GetHeadingAngleAlt
From GECK
A function added by the SUP NVSE Plugin.
Contents
Description
Returns the angle between the Point A and the specified object in a range from -180 to 180 degrees.
Syntax
(-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;