Adds sdql2 trait wrappers.

This commit is contained in:
AnturK
2019-06-06 21:46:05 +02:00
parent 2e5a3c2226
commit 116ea6c71f

View File

@@ -214,4 +214,12 @@
/proc/_step_away(ref, trg, max)
step_away(ref, trg, max)
/proc/_has_trait(thing,trait,source)
return HAS_TRAIT(thing,trait,source)
/proc/_add_trait(thing,trait,source)
ADD_TRAIT(thing,trait,source)
/proc/_remove_trait(thing,trait,source)
REMOVE_TRAIT(thing,trait,source)