[Package Index | Mudlib Index | Effect Index]
See also:
/std/shadows/misc/surface.c
.
void check_environment()This method checks to make sure the environment has a shadow associated with it.
void check_shadows()This method checks to make sure all the shadows are currenly valid. If an invalid shadow is found it is removed.
The method check_environment() is called at the end of the function.
void make_shadow(object thing)This method makes a surface shadow which is attached to the given object.
object * query_surface_shadows()This method returns the current set of surface shadows associated with the object.