[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_player_housing.c</h2>
The inheritable player housing control room for use with club rooms.
This has all the changes needed to player housing to work with
clubs.  The inheritable you should use for the actual rooms is
/std/room/club_player_housing and /std/room/club_player_housing_outside<p><b>See also:</b><br>/std/room/club_player_housing
.c<p>Written by Pinkfish<p>Started Tue Sep 21 12:20:21 PDT 1999<h2>Includes</h2>
This class includes the following files <a href="include.clubs.h.shtml">/include/clubs.h</a> and <a href="include.am_time.h.shtml">/include/am_time.h</a><h2>Method index</h2>
<dl><ul>
<li><a href="#query_club">query_club</a>()<br/>
This method returns the club who owns this club room.
<li><a href="#query_club_controller">query_club_controller</a>()<br/>
This method returns the controller for the club room.
<li><a href="#set_club_controller">set_club_controller</a>(string)<br/>
This method sets the controller for the club room.
</ul><h2>Public Functions</h2>
These are functions that everyone can access.<p>
.<ul><a name="query_club">
query_club</a><pre>
string query_club()
</pre></br>
This method returns the club who owns this club room.
<br/><ul>
<li><b>Returns:</b>
<br/>the controller object for the club room
<li><b>See also:</b>
<br/><a href="#set_controller">set_controller()</a> and <a href="#query_controller">query_controller()
</a></dl>

<ul><a name="query_club_controller">
query_club_controller</a><pre>
string query_club_controller()
</pre></br>
This method returns the controller for the club room.
<br/><ul>
<li><b>Returns:</b>
<br/>the controller object for the club room
<li><b>See also:</b>
<br/><a href="#set_controller">set_controller()</a> and <a href="#query_club">query_club()
</a></dl>

<ul><a name="set_club_controller">
set_club_controller</a><pre>
void set_club_controller(string cont)
</pre></br>
This method sets the controller for the club room.
<br/><ul>
<li><b>Parameters:</b>
<br/>cont - the controller for the club room
<li><b>See also:</b>
<br/><a href="#query_controller">query_controller()</a> and <a href="#query_club">query_club()
</a></dl>


[an error occurred while processing this directive]

