[Package Index | Mudlib Index | Effect Index]
File /secure/simul_efun/virtual.c
Cotains some simul_efuns.Written by Pinkfish
Includes
This class includes the following files /include/virtual.hMethod index
- clone_object(string, mixed * args)
This method creates a new object.
Public Functions
These are functions that everyone can access.
.
object clone_object(string str,
mixed * args ...)
This method creates a new object. This is overridden to handle the
virtual object stuff.
See the documentation on the efun clone_object for more information.
- Parameters:
str - the object to clone
- Returns:
the newly cloned object