BBMOD_Vec2.ToArray

A function defined in BBMOD_Vec2.gml

ToArray([_array[, _index]])

Description

Writes the components of the vector into the target array.

Arguments

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.

Returns

Array The target array.

Do you find this page helpful?

Copyright © 2025, BlueBurn. Built on January 04, 2025 using GMDoc.