[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/club_owned_room.c</h2>
This is the same as an owned room, but it is controlled by a club
instead.<p>Written by Pinkfish<p>Started 16th of May
<h2>Inherits</h2>
This class inherits the following classes <a href="std.room.inherit.owned_room.c.shtml">/std/room/inherit/owned_room.c</a><h2>Method index</h2>
<dl><ul>
<li><a href="#query_club_controller">query_club_controller</a>()<br/>
This method returns the club controller for the club.
<li><a href="#query_owned_id">query_owned_id</a>()<br/>
This method sets the owned id to use for this room.
<li><a href="#set_club_controller">set_club_controller</a>(string)<br/>
This method sets the club controller of the room.
<li><a href="#set_owned_id">set_owned_id</a>(string)<br/>
This method sets the owned id to use for this room.
</ul><h2>Public Functions</h2>
These are functions that everyone can access.<p>
.<ul><a name="query_club_controller">
query_club_controller</a><pre>
string query_club_controller()
</pre></br>
This method returns the club controller for the club.
<br/><ul>
<li><b>Returns:</b>
<br/>the club controller

</dl>

<ul><a name="query_owned_id">
query_owned_id</a><pre>
string query_owned_id()
</pre></br>
This method sets the owned id to use for this room.  The id is then
used to query the club controller to see who owns the room.
<br/><ul>
<li><b>Parameters:</b>
<br/>id - the id to set the room to use
<li><b>See also:</b>
<br/><a href="#query_owned_id">query_owned_id()
</a></dl>

<ul><a name="set_club_controller">
set_club_controller</a><pre>
void set_club_controller(string club_controller)
</pre></br>
This method sets the club controller of the room.
<br/><ul>
<li><b>Parameters:</b>
<br/>club_controller - the club controller

</dl>

<ul><a name="set_owned_id">
set_owned_id</a><pre>
void set_owned_id(string id)
</pre></br>
This method sets the owned id to use for this room.  The id is then
used to query the club controller to see who owns the room.
<br/><ul>
<li><b>Parameters:</b>
<br/>id - the id to set the room to use
<li><b>See also:</b>
<br/><a href="#query_owned_id">query_owned_id()
</a></dl>


[an error occurred while processing this directive]

