native

set_array

Syntax

native set_array(param, const source[], size);

Description

Copies an array to the plugin calling the native.

Parameters

param Argument to set, starting from 1
source Buffer to copy array from
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.