Merge pull request #8079 from Citadel-Station-13/kevinz000-patch-30

Adds wrapper list access index for SDQL2
This commit is contained in:
deathride58
2019-03-08 20:49:18 -05:00
committed by GitHub

View File

@@ -184,6 +184,9 @@
/proc/_list_swap(list/L, Index1, Index2)
L.Swap(Index1, Index2)
/proc/_list_get(list/L, index)
return L[index]
/proc/_walk(ref, dir, lag)
walk(ref, dir, lag)