Signature
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
No return value