• 🏆 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!

[Trigger] gui arrays

Status
Not open for further replies.
Level 5
Joined
Sep 22, 2012
Messages
90
Does the GUI support 2d arrays? I do plan to use them. I've read some stuff about hashtables and I feel like I can handle it :mad:. how to do an efficient array like setting up a sample multiplication table of 5x5 in gui?
 
Level 23
Joined
Apr 16, 2012
Messages
4,041
you cant make multidimension arrays in Jass, you can fake them tho but it will deincrease the number of first dimensions available
for 2D "arrays" you can use hashtables as they take a parent key and child key making it theoretically 2D array
 
Status
Not open for further replies.
Top