get_array_f

Syntax

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

Usage

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

Description

Retrieves a float array from the plugin calling the native.

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.