[DGD]objregd.c

Felix A. Croes felix at dworkin.nl
Tue Feb 20 19:31:06 CET 2001


Stephen Schmidt <schmidsj at union.edu> wrote:

> I've been studying the code of objregd.c; it appears to
> maintain linked lists of all objects in the mud, sorted
> by owner, one list for each owner. What is the purpose
> of doing so? Quickly grepping through the lib does not
> seem to turn up any use of it. It seems to me that, for
> instance, it could be used to create a find_objects()
> function that would return all loaded objects (or some
> appropriate subset, like all clones of a given object)
> but it does not appear to be doing so. Is this a feature
> provided so that users can do something with it? If so,
> what sorts of things do people actually use it for?

You are right -- it can be used for any of these things.  The kernel
lib itself doesn't use it, but any larger mudlib can.

Regards,
Dworkin

List config page:  http://list.imaginary.com/mailman/listinfo/dgd



More information about the DGD mailing list