playMaker

Author Topic: Hash table Get Next/Previous  (Read 1647 times)

nFighter

  • Beta Group
  • Full Member
  • *
  • Posts: 174
    • multiplayer adult fighting
Hash table Get Next/Previous
« on: February 17, 2017, 03:09:50 PM »
Hey! Seems like a basic thing, but i'm stuck. There is a functions for array to Get Next/Get Previous, but only Get Next for the hash table. I tryed to make a similar function replacing i++ to i-- in the source code, but in some cases it works and in some cases don't. Is it a way to make a proper Hash table Get Previous node?
« Last Edit: February 17, 2017, 04:00:49 PM by pigglet »
indie developer of multiplayer adult fighting
http://nakedfighter3d.com

nFighter

  • Beta Group
  • Full Member
  • *
  • Posts: 174
    • multiplayer adult fighting
Re: Hash table Get Next/Previous
« Reply #1 on: February 17, 2017, 06:07:01 PM »
Anyway, I just switched to ArrayLists instead of using hash tables. So, I just made additional array with strings to emulate "hash keys".
indie developer of multiplayer adult fighting
http://nakedfighter3d.com

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Hash table Get Next/Previous
« Reply #2 on: February 20, 2017, 01:34:28 AM »
Hi,

there is an action HashTableGetNext  do you have it?

 Bye,

 Jean