GetMyFacingAngle

From NPC for VCMP 0.4 Servers
Revision as of 14:56, 15 March 2022 by 137.97.101.184 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.