A function defined in __bbmod_array.gml
bbmod_array_from_buffer(_buffer, _type, _size)
Creates an array with values from a buffer.
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. |
Array
The created array.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.