[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/water_inside.c</h2>
Standard inside water room inheritable.  This is mainly just a mux
for the functions that are defined in both /std/room and
/std/room/basic/water.<p><b>See also:</b><br><a href="std.room.c.shtml">/std/room.c</a> and /std/room/basic/water.c
<p>Written by Presto, Jeremy, Bakhtosh<h2>Inherits</h2>
This class inherits the following classes <a href="std.room.basic.water.c.shtml">/std/room/basic/water.c</a> and <a href="std.room.basic_room.c.shtml">/std/room/basic_room.c</a><h2>Method index</h2>
<dl><ul>
<li><a href="#attack_speed">attack_speed</a>()<br/>
This method sets the default attack speed for the room.
<li><a href="#set_water_light">set_water_light</a>(int)<br/>
This function is used to set the light in a water room without overriding
the use of set_use_surface_light(1).
</ul><h2>Public Functions</h2>
These are functions that everyone can access.<p>
.<ul><a name="attack_speed">
attack_speed</a><pre>
int attack_speed()
</pre></br>
This method sets the default attack speed for the room.
This defaults to 5 for water rooms.
<br/><ul>
<li><b>Returns:</b>
<br/>the default attack speed

</dl>

<ul><a name="set_water_light">
set_water_light</a><pre>
int set_water_light(int number)
</pre></br>
This function is used to set the light in a water room without overriding
the use of set_use_surface_light(1).  There should be no reason to use it
outside of the water inheritable.
<br/><ul>
<li><b>Parameters:</b>
<br/>number - the new light level
<li><b>Returns:</b>
<br/>the new light level
<li><b>See also:</b>
<br/>set_light.c, set_use_surface_light.c and update_water_light
.c</dl>


[an error occurred while processing this directive]

