A function defined in BBMOD_Vec2.gml
ToArray([_array[, _index]])
Writes the components of the vector into the target array.
Name | Type | Description |
---|---|---|
_array | Array |
The array to write to. If undefined a new one of required size is created. |
_index | Real |
The starting index within the target array. Defaults to 0. |
Array
The target array.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.