Vector3:Set(vx, vy, vz)

Version added: before 9.5

Arguments:

Name Type Description Default Ver
vx real The x value you wish to set < 9.5
vy real The y value you wish to set < 9.5
vz real The z value you wish to set < 9.5

Return value:

void none
Set the value of a vector. This function is an alternative to setting the x, y and z values individually.
<< Back to Vector3