native
PrepareArray
Syntax
native PrepareArray(const array[], size, copyback=0);
Description
prepares an array. use this and pass the result into
ExecuteForward() instead of the array itself.
native
native PrepareArray(const array[], size, copyback=0);
prepares an array. use this and pass the result into
ExecuteForward() instead of the array itself.