[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 /obj/clock.c</h2>
An inheritable clock object. This is used for proper clocks, if you need to
create a watch use the watch object instead.
<p><b>See also:</b><br>/obj/watch
.c<p>Written by Ceres
<h2>Inherits</h2>
This class inherits the following classes std/object.c<h2>Includes</h2>
This class includes the following files <a href="include.am_time.h.shtml">/include/am_time.h</a><h2>Method index</h2>
<dl><ul>
<li><a href="#chime">chime</a>(string, int)<br/>
Function to chime.
<li><a href="#extra_look">extra_look</a>(object)<li><a href="#set_chimes">set_chimes</a>(int, string)<br/>
setup chimes for this clock.
<li><a href="#set_show_date">set_show_date</a>()<br/>
Sets this clock to show the date as well as the tme.
</ul><h2>Public Functions</h2>
These are functions that everyone can access.<p>
.<ul><a name="chime">
chime</a><pre>
void chime(string chime_message,
           int type)
</pre></br>
Function to chime. Overload this if you wish to have your own chime
code.

<br/><ul>
<li><b>Parameters:</b>
<br/>chime_message - the message set with set_chimes.
<li><b>See also:</b>
<br/>set_chimes
.c</dl>

<ul><a name="extra_look">
extra_look</a><pre>
string extra_look(object thing)
</pre>
<ul><a name="set_chimes">
set_chimes</a><pre>
void set_chimes(int num,
                string mess)
</pre></br>
setup chimes for this clock.
<br/><ul>
<li><b>Parameters:</b>
<br/>num - 1 = every hour, 2 = every half hour, 3 = every quarter hour.
<br/>mess - The message to be displayed when the clock chimes.

</dl>

<ul><a name="set_show_date">
set_show_date</a><pre>
void set_show_date()
</pre></br>
Sets this clock to show the date as well as the tme.



[an error occurred while processing this directive]

