Is it possible to limit the editor input ranges for exported Array size? For example if I use:
export(Array, int, 1, 10) var my_array
the integer values inside the array in the Inspector are limited from 1 to 10, but I do not know if there is a way to limit the range of the size of the array that contains the integer.