bbmod_array_from_buffer

A function defined in __bbmod_array.gml

bbmod_array_from_buffer(_buffer, _type, _size)

Description

Creates an array with values from a buffer.

Arguments

Name Type Description
_buffer Id.Buffer The buffer to load the data from.
_type Constant.BufferDataType The value type.
_size Real The number of values to load.

Returns

Array The created array.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.