Copies a local array into a native parameter array (always by reference).
int SetNativeArray(int param, const any[] local, int size)
Parameter number, starting from 1.
Local array to copy from.
Size of the local array to copy.
SP_ERROR_NONE on success, anything else on failure.
Invalid parameter number or calling from a non-native function.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.