GetPlayerFacingAngle

From NPC for VCMP 0.4 Servers
Revision as of 15:42, 24 March 2022 by Habi (talk | contribs) (Created page with "{{Welcome| desc=Gets the facing angle of a player.| params=<source lang="lua">playerid</source> <poem>:: playerid : The ID of the player whose facing angle you want to get.</p...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Description:
Gets the facing angle of a player.


Parameters:

playerid

playerid : The ID of the player whose facing angle you want to get.


Return Values:
The facing angle of the player in radians. Returns null if the specified player does not exist.