Skip to content

QAngle

Fields

Name Type Description
pitch float -
yaw float -
roll float -

Functions

new

This function has no parameters.

Return value

Name Type Description
angles QAngle New instance of a QAngle
local angles = QAngle.new()

new

Name Type Description
pitch float -
yaw float -
roll float -

Return value

Name Type Description
angles QAngle New instance of a QAngle
local angles = QAngle.new(1.0, 2.0, 3.0)

Normalize

This function has no parameters.

local angles = QAngle.new(1.0, 2.0, 3.0)
angles:Normalize()