# Camera Yaw of Player

Grammar — Current camera yaw of player player
FlagsNative | Function

Returns the current camera yaw of a player. Camera yaw is tracked for all players in a multiplayer game, but the queried locations will be slightly old due to network latency.

# Arguments

  • int — Player

Returns — fixed

native fixed CameraGetYaw(int player);

Category: Camera / Basic

# Examples

— None found —