#include <MVWater.h>

Public Member Functions | |
| MVWater () | |
| Default constructor. | |
| virtual string | toString () const |
| Returns a textual representation. | |
| virtual string | className () const |
| Returns the class name of the object. | |
| virtual enum classId | classId () const |
| Returns the class id of the object. | |
This class represents water on a place.
| MVWater::MVWater | ( | ) |
Default constructor.
| string MVWater::toString | ( | ) | const [virtual] |
Returns a textual representation.
Reimplemented from MVOnPlaceObject.
| string MVWater::className | ( | ) | const [virtual] |
Returns the class name of the object.
Reimplemented from MVOnPlaceObject.
| enum classId MVWater::classId | ( | ) | const [virtual] |
Returns the class id of the object.
Reimplemented from MVOnPlaceObject.
1.5.6