Vec4:unpack
EditReturns the 4 components of the vector as numbers.
x, y, z, w = Vec4:unpack()
Arguments
None
Returns
Name | Type | Description |
x | number | The x value. |
y | number | The y value. |
z | number | The z value. |
w | number | The w value. |
See also
Vec4:set
Vec4