mud/lib/doc/efun/objects/children
2020-09-06 05:43:07 -07:00

14 lines
379 B
Plaintext

children - returns an array of objects cloned from a given file
object array children( string name );
This efun returns an array of objects that have been loaded or cloned from
the file named by 'name' (including the object 'name' itself, if loaded).
See also:
deep_inherit_list,
inherit_list,
objects
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere