GetMyFacingAngle

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search


Description:
Returns the current facing angle of the player in radians.


Parameters:

NoParams


Return Values:
The facing angle of the NPC.


Example

local myangle=GetMyFacingAngle();
print("I'm currently facing "+myangle);

Related Functions

The following functions may be helpful as they relate to this function in one way or another.