native

get_array_f

Syntax

native get_array_f(param, Float:dest[], size);

Description

Retrieves a float array from the plugin calling the native.

Parameters

param Argument to retrieve, starting from 1
dest Buffer to copy array to
maxlen Size of buffer

Return

This function has no return value.

Error

If used outside of a native callback, or the native was
created with style 1, an error will be thrown.