[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/unguarded.c</h2>
Cotains some simul_efuns.<p>Written by Pinkfish
<h2>Includes</h2>
This class includes the following files <a href="include.origin.h.shtml">/include/origin.h</a><h2>Method index</h2>
<dl><ul>
<li><a href="#unguarded">unguarded</a>(function)<br/>
This does an unguarded apply.
</ul><h2>Public Functions</h2>
These are functions that everyone can access.<p>
.<ul><a name="unguarded">
unguarded</a><pre>
mixed unguarded(function f)
</pre></br>
This does an unguarded apply.  An unguarded apply means it chops off
the call tree at this point for security purposes.  This is needed to be
done in places where access beyond what the caller may have is needed.
For example, the board handler uses this to save the messages away as
the players and creators do not have access to save into these directories
normally.
<p>
<br/><ul>
<li><b>Parameters:</b>
<br/>f - the fucntion pointer to evaluate unguarded.
<li><b>Returns:</b>
<br/>returns the value of the evaluated function pointer

</dl>


[an error occurred while processing this directive]

