View Single Post
07/13/14, 05:57 AM   #12
zgrssd
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 280
Just uploaded version 0.3
Aside from some changes to the description, this also include the new function:
getValIndexedKeyList()
Wich gives you a array of the keys, indexed by their values. By default it will throw an assertion exception if it runs into the same value a second time. But this behavior can be disabeled via an optional bool switch (but I highly advise against it. Duplicate values is something you really have to look at. Wich is why I made this case an exception in the first place).
  Reply With Quote