#include <Wall.h>

Public Member Functions | |
| Wall () | |
| Standard constructor. | |
| ~Wall () | |
| Destructor. | |
| 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. | |
Not split into different OnPlaceObjects
| Wall::Wall | ( | ) |
Standard constructor.
Standard constructor
| Wall::~Wall | ( | ) |
Destructor.
Destructor
| string Wall::toString | ( | ) | const [virtual] |
Returns a textual representation.
Reimplemented from MVOnPlaceObject.
| string Wall::className | ( | ) | const [virtual] |
Returns the class name of the object.
Reimplemented from MVOnPlaceObject.
| enum classId Wall::classId | ( | ) | const [virtual] |
Returns the class id of the object.
Reimplemented from MVOnPlaceObject.
1.5.6