#include <water.h>
Inheritance diagram for Water:
Public Member Functions | |
Water (Sint16 xpos=0, Sint16 ypos=0, const ParameterMap ¶m=ParameterMap()) | |
virtual void | enter (Object *obj) |
virtual void | leave (Object *obj) |
Static Public Attributes | |
ParameterMap | default_parameters |
Protected Attributes | |
Weapon | weapon |
Mix_Chunk * | au_water |
|
Enter an object, called when the object center enters another object position for the first time. Reimplemented from Object.
|
|
Leave an object, called when the object center no longer is inside another object. Reimplemented from Object.
|