barzerman / barzer

barzer engine code
MIT License
2 stars 0 forks source link

expose BENI to barzer functions #605

Closed barzerman closed 10 years ago

barzerman commented 11 years ago

Two types of exposure are needed: 1) It should be possible to fill Entity bead with results of BENI search on a string passed into the function 2) it should be possible to set BENI results from a function

depends on this https://github.com/barzerman/barzer/issues/604

barzerman commented 11 years ago

1) is done and in production - function is called lookupEnt( class, subclass, idstring ) - it searches by id string within the given class/subclass

2) still remains but its not as urgent