GetFarRightDirection

From NWN Lexicon
Jump to navigationJump to search



GetFarRightDirection(float)

Returns a normalized number that is -135 from the current facing

float GetFarRightDirection(
    float fDirection
);

Parameters

fDirection

Current Facing


Description

This is a convenience function that returns a float representing a normalized angle that is -135 degrees from fDirection (if facing North, a South-east direction).



Requirements

#include " x0_i0_position "

Version

1.61

See Also



 author: Michael Nork, editor: Kookoo