A function defined in BBMOD_Vec3.gml
SetIndex(_index, _value)
Sets vector component in-place.
Name | Type | Description |
---|---|---|
_index | Real |
The index of the component, starting at 0. |
_value | Real |
The new value of the component. |
Struct.BBMOD_Vec3
Returns self
.
Copyright © 2025, BlueBurn. Built on January 04, 2025 using GMDoc.