[Package Index | Mudlib Index | Effect Index]
File /std/room/water_outside.c
Standard outside water room inheritable. This is mainly just a mux
for the functions that are defined in both /std/outside and
/std/room/basic/water.See also:
/std/outside.c and /std/room/basic/water.c
Written by Presto, Jeremy, Bakhtosh
Inherits
This class inherits the following classes /std/room/outside.c and /std/room/basic/water.cMethod index
- attack_speed()
This method sets the default attack speed for the room.
- set_water_light(int)
This function is used to set the light in a water room without overriding
the use of set_use_surface_light(1).
Public Functions
These are functions that everyone can access.
.
int attack_speed()
This method sets the default attack speed for the room.
This defaults to 5 for water rooms.
- Returns:
the default attack speed
int set_water_light(int number)
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.
- Parameters:
number - the new light level
- Returns:
the new light level
- See also:
set_light.c, set_use_surface_light.c and update_water_light
.c