GetMyFacingAngle
Revision as of 14:56, 15 March 2022 by 137.97.101.184 (talk)
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.