A function defined in BBMOD_Vec3.gml
Set([_x[, _y, _z]])
Sets vector components in-place.
Name | Type | Description |
---|---|---|
_x | Real |
The new value of the first component. Defaults to 0. |
_y | Real |
The new value of the second component. Defaults to _x . |
_z | Real |
The new value of the third component. Defaults to _x . |
Struct.BBMOD_Vec3
Returns self
.
Copyright © 2025, BlueBurn. Built on January 04, 2025 using GMDoc.