fivem-ts

a library to speed up the development of Fivem scripts and frameworks


Project maintained by Purpose-Dev Hosted on GitHub Pages — Theme by mattgraham

fivem-ts - Documentation v0.7.5Docs


fivem-ts - Documentation v0.7.5 / Client / EulerAngles

Type Alias: EulerAngles

EulerAngles: object

Represents the Euler angles in radians.

Type declaration

pitch

pitch: number

Rotation around the Y-axis in radians.

roll

roll: number

Rotation around the X-axis in radians.

yaw

yaw: number

Rotation around the Z-axis in radians.

Defined in

client/utils/Quaternion.ts:6