From: Peter C. <pet...@ne...> - 2002-01-14 12:11:28
|
> From: J.P. King [mailto:jp...@he...] > Would it be feasible to create an object store, and detatch > the code engine from the object store engine? Yes. > I personally am convinced that this would be a technically good thing > to do (given an object store), but I don't know how the game engine > accesses the objects - is it directly, or is there an interface layer > which can be mangled? The database is an object with operator[] defined, specifically so that we could do this. - Peter |