• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[JASS] About 1.24 patch

Status
Not open for further replies.
Level 2
Joined
Jul 30, 2009
Messages
12
I know for patch 1.24 they realeased alot of new stuff mainly on hastables
i'm curious what they are used for tho, because i looked at a tutorial on hashtables on the tutorial system and it uses GUI but it looks like all it does is make a spell MUI with global variables.

my question is that is it possible to use Hashtables in jass WITHOUT using globals? and also does hashtables replace kattana's handlevars??
so in this case should i start using hashtables or stick wtih handlevars?
 
Level 8
Joined
Feb 15, 2009
Messages
463
handle vars are outdated since they were designed like the slow gamecache hashtables are just a new and faster way in storing values but since you got structs in vJass this is just replaces things like H2I etc. like the TimerUtils and GroupUtils were used to use
 
my question is that is it possible to use Hashtables in jass WITHOUT using globals? and also does hashtables replace kattana's handlevars??

Nobody should be using kattana's handlevars in the first place -_-

my question is that is it possible to use Hashtables in jass WITHOUT using globals?

Well you can use a local hashtable, which wouldn't make much sense -_-
 
Level 2
Joined
Jul 30, 2009
Messages
12
no no I know there's no point in using a local hashteble, what I meant was can I use local variables with a global hashtable in the tutorial for hashtables they use glObal hashtable and global variables.



Thanks for all your responses btw
 
Status
Not open for further replies.
Top