[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/council_base.c</h2>
This inherit has all the basic things that all the council rooms
of various sorts share.<p>Written by Pinkfish<p>Started Wed Oct 25 21:44:37 PDT 2000
<h2>Includes</h2>
This class includes the following files <a href="include.nomic_system.h.shtml">/include/nomic_system.h</a><h2>Method index</h2>
<dl><ul>
<li><a href="#query_council_area">query_council_area</a>()<br/>
This method returns the current area this council chambers deals with.
<li><a href="#send_council_inform">send_council_inform</a>(int, string)<br/>
This method broadcasts a message to the citizens or magistrates of
the area.
<li><a href="#set_council_area">set_council_area</a>(string)<br/>
This method sets the current area the council chambers deal with.
</ul><h2>Public Functions</h2>
These are functions that everyone can access.<p>
.<ul><a name="query_council_area">
query_council_area</a><pre>
string query_council_area()
</pre></br>
This method returns the current area this council chambers deals with.
<br/><ul>
<li><b>Returns:</b>
<br/>the area the council chambers deal with

</dl>

<ul><a name="send_council_inform">
send_council_inform</a><pre>
void send_council_inform(int magistrate_only,
                         string message)
</pre></br>
This method broadcasts a message to the citizens or magistrates of
the area.
<br/><ul>
<li><b>Parameters:</b>
<br/>magistrate_only - 1 if only for magistrates, 0 for citizens
<br/>message - the message to send

</dl>

<ul><a name="set_council_area">
set_council_area</a><pre>
void set_council_area(string area)
</pre></br>
This method sets the current area the council chambers deal with.
<br/><ul>
<li><b>Parameters:</b>
<br/>area - the new council area

</dl>


[an error occurred while processing this directive]

