ES2 MUD LIB :: 東方故事二(ES2) 天朝帝國 mudlib 瀏覽展示
/doc/efuns/children
cccchhhhiiiillllddddrrrreeeennnn((((3333)))) MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444)))) cccchhhhiiiillllddddrrrreeeennnn((((3333))))
NNNNAAAAMMMMEEEE
children() - returns an array of objects cloned from a given
object.
SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
object *children( string name );
DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
This efunction returns an array of objects that have been
cloned from the file named by 'name', as well as the object
'name' itself, if loaded. An example use of children() is
to find all objects that have been cloned from the user
object:
object *list;
list = children("/obj/user");
This lets you find all users (both netdead and interactive
whereas users() only reports interactive users).
SSSSEEEEEEEE AAAALLLLSSSSOOOO
deep_inherit_list(3), inherit_list(3), objects(3)
Page 1 (printed 3/16/95)