LPC Library Functions: new

NAME

new() - load a copy of an object

SYNOPSIS

object new( string name );

DESCRIPTION

Load a new object from definition <name>, and give it a new unique name. Returns the new object. An object with a nonzero environment() cannot be cloned.

SEE ALSO

clone_object(), destruct(), move_object()

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