function
Set([_x[, _y, _z, _w]])
Sets vector components in-place.
Name | Type | Description |
---|---|---|
_x | Real |
The new value of the first component. Defaults to 0. |
_y | Real/Undefined |
The new value of the second component. Defaults to _x . |
_z | Real/Undefined |
The new value of the third component. Defaults to _x . |
_w | Real/Undefined |
The new value of the fourth component. Defaults to _x . |
BBMOD_Vec4
Returns self
.
Copyright © 2022, BlueBurn. Built on April 11, 2022 using GMDoc.