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 / Shared / Vec3

Interface: Vec3

Vec3 Interface representing a 3D Vector with x, y and z components.

Properties

x

x: number

The x-coordinate of the vector.

Defined in

shared/utils/Vector3.ts:7


y

y: number

The y-coordinate of the vector.

Defined in

shared/utils/Vector3.ts:9


z

z: number

The z-coordinate of the vector.

Defined in

shared/utils/Vector3.ts:11