You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Valve sometimes repeats the same key to simulate an array. vdf_get only returns the first match. A way to iterate over all children sharing a key is needed.
Problem
Valve sometimes repeats the same key to simulate an array.
vdf_getonly returns the first match. A way to iterate over all children sharing a key is needed.Acceptance criteria
vdf_get_allfunction or an index-based iterator