We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423ddb7 commit a6faf04Copy full SHA for a6faf04
pkg/demoinfocs/common/player.go
@@ -258,7 +258,7 @@ func (p *Player) ViewDirectionX() float32 {
258
return getFloat(p.Entity, "m_angEyeAngles[1]")
259
}
260
261
-// ViewDirectionY returns the Pitch value in degrees, -90 to 90 (-90=270).
+// ViewDirectionY returns the Pitch value in degrees, 270 to 90 (270=-90).
262
func (p *Player) ViewDirectionY() float32 {
263
return getFloat(p.Entity, "m_angEyeAngles[0]")
264
0 commit comments