This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
does anyone know what the maximum size of an array is? right now i have a 4 dimensional array of 384, 10,10,10 and that seems to be bottom it out.
Still alive and kicking, just busy.
My guide to the trigger editor (still a work in progress)
Variables eat up memory. The trigger debugger displays your used percentages in the bottom right edge.
Your array has 512.435 fields. Do you really need that many?
You could think about using the data table, too. But it has a terrible performance compared to arrays.
meh i just want to test the limits of the game. pushing things to the breaking points is how you learn it's limits.
Max size for a 4 dimensional array is 205, 15 ,10, 10
does anyone know what the maximum size of an array is? right now i have a 4 dimensional array of 384, 10,10,10 and that seems to be bottom it out.
Still alive and kicking, just busy.
My guide to the trigger editor (still a work in progress)
Variables eat up memory. The trigger debugger displays your used percentages in the bottom right edge.
Your array has 512.435 fields. Do you really need that many?
You could think about using the data table, too. But it has a terrible performance compared to arrays.
meh i just want to test the limits of the game. pushing things to the breaking points is how you learn it's limits.
Still alive and kicking, just busy.
My guide to the trigger editor (still a work in progress)
Max size for a 4 dimensional array is 205, 15 ,10, 10
Still alive and kicking, just busy.
My guide to the trigger editor (still a work in progress)