- Joined
- Sep 12, 2008
- Messages
- 657
Hey.. i just noticed when i tried saving stuff with hastables, it doesnt show what is what, and i realised i could try look what happends if i convert it from gui to jass, and well.. it uses a BJ, so i didnt use it.
what does each number mean?:
And another question.. is this line from table correct?:
Thanks in advance.
what does each number mean?:
JASS:
call SaveInteger(GetLastCreatedHashtableBJ(), 0, 1, 2 )
And another question.. is this line from table correct?:
Why hashtable? Basically, hashtable keeps all those advantages for gamecache but it is also quite fast. Theory has it that it is just 2x times an array usage...
Thanks in advance.