SDQL2 upgrades!

This commit is contained in:
kevinz000
2018-12-23 11:53:10 -08:00
parent f9b257c2c6
commit 2de19690e2
7 changed files with 1251 additions and 508 deletions
@@ -48,6 +48,12 @@
/proc/_image(icon, loc, icon_state, layer, dir)
return image(icon, loc, icon_state, layer, dir)
/proc/_istype(object, type)
return istype(object, type)
/proc/_ispath(path, type)
return ispath(path, type)
/proc/_length(E)
return length(E)
@@ -208,4 +214,3 @@
/proc/_step_away(ref, trg, max)
step_away(ref, trg, max)