vec3.z: Difference between revisions

From GTA Connected
Jump to navigation Jump to search
m (Mex moved page Vec3.z to vec3.z)
 
No edit summary
 
Line 4: Line 4:
|class = Vec3
|class = Vec3
|name = z
|name = z
|readonly = false
|returnTypes = float
|returnTypes = float
|usage = fetch or set the Z component of the 3D vector
|usage = fetch or set the Z component of the 3D vector
|returnInfo = a floating-point number representing the Z component of the 3D vector
|returnInfo = a floating-point number representing the Z component of the 3D vector
}}
}}

Latest revision as of 22:45, 17 November 2022

z

Signature: void z()

Usage: fetch or set the Z component of the 3D vector

Return

void