Warning: value_array_insert is deprecated.
Inserts the provided value of type type into array as with insert.
Use Variant API instead.
(The provided data is copied rather than being inserted directly.)
| array |
a ValueArray |
| index_ |
the index to insert at |
| type |
a Type |
| ... |
a value of type |