Description
Returns the horizontal component of a player's current facing direction as a signed angle in degrees relative to world north. Positive values indicate rightward facing; negative values indicate leftward. Useful for directional triggers and compass-style HUD elements.
Snippet
Player Look Direction Horizontal(Event Player);
Properties
Returns: Number
Parameters: Player
Player
Type: Player, Default: Event Player
The player whose horizontal look angle will be returned.