|
LPC Library Functions: clone_object |
|
NAMEclone_object() - load a copy of an object
SYNOPSISobject clone_object( string name,... );
DESCRIPTIONCreate a new object from the file 'name', and give it a new unique name (by adding #xxx on to the end of the name). Returns the new object. The object shares the program of the object 'name', but has its own set of variables. The second and following arguments are passed to create(). clone_object() has the same behavior as the string argument version of new().
SEE ALSO |
|
Page design by Frank Jacquette & Tim Hollebeek Copyright (C) 1998 Tim Hollebeek & Frank Jacquette |
|