[an error occurred while processing this directive]
[<a href="index.shtml">Package Index</a></code> | <a href="index_std.shtml">Mudlib Index</a></code> | <a href="index_eff.shtml">Effect Index</a></code>]<br><h2>File /secure/simul_efun/virtual.c</h2>
Cotains some simul_efuns.<p>Written by Pinkfish
<h2>Includes</h2>
This class includes the following files <a href="include.virtual.h.shtml">/include/virtual.h</a><h2>Method index</h2>
<dl><ul>
<li><a href="#clone_object">clone_object</a>(string, mixed * args)<br/>
This method creates a new object.
</ul><h2>Public Functions</h2>
These are functions that everyone can access.<p>
.<ul><a name="clone_object">
clone_object</a><pre>
object clone_object(string str,
                    mixed * args ...)
</pre></br>
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.

<br/><ul>
<li><b>Parameters:</b>
<br/>str - the object to clone
<li><b>Returns:</b>
<br/>the newly cloned object

</dl>


[an error occurred while processing this directive]

