native

arrayset

Syntax

native arrayset(any:array[], any:value, size);

Description

Sets all elements of array to a specified value.

Parameters

array Array to modify
value Value to set each element to
size Size of array

Return

This function has no return value.