[JASS] About Child & Parent keys.

Status
Not open for further replies.
maybe he wants bigger size, you know arrays goes only to 8192 while hashtable is almost infinite when it comes to size(however, its slower)
You don't need arrays with linked lists. That's why they are linked lists. ;)
Assuming you are talking about the struct instance limit: When would you ever need more than 8192 structs, as basicly everything in the game is capped at 8192 or less (units, destructables, effects, ...) anyway?

But I don't mind, really. Question was answered. ;)
 
well gui is less intimidating than jass so the only problem is finding a use for it, if you show someone a use then they'll start using it
Nope they won't, as linked lists require a certain extend of programming knowledge to be understood and used correctly.
A person with this "certain knowledge" will most likely switch over to using JASS anyway.

It's that "keyboard not connected. Press F1 to continue." type of problem...
 
Status
Not open for further replies.
Back
Top