[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 /std/key.c</h2>
A key object.  This provides a nice easy way to create keys.
<p>Written by ceres
<h2>Inherits</h2>
This class inherits the following classes <a href="std.object.c.shtml">/std/object.c</a><h2>Includes</h2>
This class includes the following files /include/shops/engrave.h<h2>Method index</h2>
<dl><ul>
<li><a href="#set_key">set_key</a>(string, string)<br/>
Setup the key.
</ul><h2>Public Functions</h2>
These are functions that everyone can access.<p>
.<ul><a name="set_key">
set_key</a><pre>
void set_key(string str,
             string prop)
</pre></br>
Setup the key.  This method handles setting up the short, plural,
adjectives etc.

<br/><ul>
<li><b>Parameters:</b>
<br/>str - The short of the key (minus the word 'key')
<br/>prop - The key property (should match the lock)

</dl>


[an error occurred while processing this directive]

