A function defined in BBMOD_Vec2.gml
Set([_x[, _y]])
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 . |
Struct.BBMOD_Vec2
Returns self
.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.