#include <MVWall.h>

Public Member Functions | |
| MVWall () | |
| Default constructor. | |
| MVOnPlaceObject * | generateOnPlaceObject (Position pos) override |
| Generates a corresponding WallSide object. | |
| 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. | |
Class for a wall between places.
| MVWall::MVWall | ( | ) |
Default constructor.
Default constructor.
| MVOnPlaceObject * MVWall::generateOnPlaceObject | ( | Position | pos | ) | [override, virtual] |
Generates a corresponding WallSide object.
Generates a corresponding OnPlaceObject.
| pos | Position at which the corresponding OnPlaceObject is used in a field. |
| pos | Desired position of the WallSide object. |
Implements MVBetweenPlacesObject.
| string MVWall::toString | ( | ) | const [virtual] |
Returns a textual representation.
Reimplemented from MVBetweenPlacesObject.
| string MVWall::className | ( | ) | const [virtual] |
Returns the class name of the object.
Reimplemented from MVBetweenPlacesObject.
| enum classId MVWall::classId | ( | ) | const [virtual] |
Returns the class id of the object.
Reimplemented from MVBetweenPlacesObject.
1.5.6