[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