• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

2d arrays

  1. Death Adder

    [General] Can you use 2D arrays without setting array sizes?

    Title. I know one of the arrays will never go over a certain size, so that's not an issue. But the other one could theoretically max out. Now I could just pick a large enough number that will most likely never occur in any game, but I'd rather not if given the option. Speaking of which...
  2. Macadamia

    [General] Back after 16 years, stuck on 2D Arrays globals.

    Hi everyone ! First things first, my question, as people might not have time to read all my detailed explanations : How do you declare global 2D arrays in Jass without conflicting with the WE's Init Globals function ? I mean I have several arrays I use like this one : rect array...
Top