BBMOD_Vec3.ToArray

A function defined in BBMOD_Vec3.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 © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.