native
PrepareArray
Syntax
native PrepareArray(const array[], size, copyback = 0);
Description
Prepares an array for use in a forward. Pass the result ExecuteForward()
instead of the array itself.
Parameters
| array | Array to prepare |
|---|---|
| size | Size of array |
| copyback | If nonzero, modifications made by the called plugin(s) will be copied back to the caller |
Return
Special handle for use in ExecuteForward()