LPC Library Functions: children

NAME

children() - returns an array of objects cloned from a given object.

SYNOPSIS

object *children( string name );

DESCRIPTION

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.

SEE ALSO

deep_inherit_list(), inherit_list(), objects()

Page design by Frank Jacquette & Tim Hollebeek
Copyright (C) 1998 Tim Hollebeek & Frank Jacquette
Back to MudOS