[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/room/inherit/meeting.c</h2>
This file is the inheritable for a meeting room.  It handles the floor
and a few other things neatly.<p>Written by Pinkfish <p>Started 25th of June
<h2>Method index</h2>
<dl><ul>
<li><a href="#create_floor">create_floor</a>()<br/>
This method creates the floor for the room.
<li><a href="#do_bang">do_bang</a>()<br/>
This method is called when the gavel is going to banged.
<li><a href="#do_finish">do_finish</a>()<br/>
This method is called to finish the meeting.
<li><a href="#do_recover">do_recover</a>()<br/>
This method is called when the floor is recovered by the leader.
<li><a href="#do_start">do_start</a>()<br/>
Called to start a meeting.
</ul><h2>Public Functions</h2>
These are functions that everyone can access.<p>
.<ul><a name="create_floor">
create_floor</a><pre>
object create_floor()
</pre></br>
This method creates the floor for the room.
<br/><ul>
<li><b>Returns:</b>
<br/>the floor for the room

</dl>

<ul><a name="do_bang">
do_bang</a><pre>
int do_bang()
</pre></br>
This method is called when the gavel is going to banged.
<br/><ul>
<li><b>Returns:</b>
<br/>1 on success, 0 on failure

</dl>

<ul><a name="do_finish">
do_finish</a><pre>
int do_finish()
</pre></br>
This method is called to finish the meeting.
<br/><ul>
<li><b>Returns:</b>
<br/>1 on success, 0 on failure

</dl>

<ul><a name="do_recover">
do_recover</a><pre>
int do_recover()
</pre></br>
This method is called when the floor is recovered by the leader.
<br/><ul>
<li><b>Returns:</b>
<br/>1 on success, 0 on failure

</dl>

<ul><a name="do_start">
do_start</a><pre>
int do_start()
</pre></br>
Called to start a meeting.
<br/><ul>
<li><b>Returns:</b>
<br/>1 on success, 0 on failure

</dl>


[an error occurred while processing this directive]

