GetFarLeftDirection
From NWN Lexicon
Contents |
[edit] GetFarLeftDirection(float)
This function returns a normalized number that is +135 from the current facing
float GetFarLeftDirection( float fDirection );
[edit] Parameters
fDirection
Current Facing
[edit] Description
This is a convenience function that returns a float representing a normalized angle that is +135 degrees from fDirection (if facing north a direction that is south-west).
Calls
float GetNormalizedDirection(float fDirection)
[edit] Requirements
#include " x0_i0_position "
[edit] Version
1.61
[edit] See Also
author: Michael Nork