02.01.2018, 14:25
If you want a two dimensional array, you can do:
Example:
In your case, this would be correct:
PHP код:
new Iterator:Something<1st_dim_upperbound, 2nd_dim_upperbound>;
PHP код:
new Iterator:Something<30, 10>;
PHP код:
static Iterator:Thing<5, 100>;