#include <gameevents.h>
Inheritance diagram for RemoveAllObjects:

Public Member Functions | |
| RemoveAllObjects () | |
| void | readData (tnstream &stream) |
| void | writeData (tnstream &stream) |
| void | setup () |
| ASCString | getName () const |
Protected Member Functions | |
| void | fieldOperator (const MapCoordinate &mc) |
Definition at line 654 of file gameevents.h.
| RemoveAllObjects::RemoveAllObjects | ( | ) | [inline] |
Definition at line 658 of file gameevents.h.
| void RemoveAllObjects::fieldOperator | ( | const MapCoordinate & | mc | ) | [protected, virtual] |
Implements FieldAddressing.
Definition at line 1229 of file gameevents.cpp.
References EventAction::gamemap, GameMap::getField(), MapField::objects, and MapField::setparams().
| void RemoveAllObjects::readData | ( | tnstream & | stream | ) | [virtual] |
Implements EventAction.
Definition at line 1215 of file gameevents.cpp.
References FieldAddressing::readMapModificationData(), and versionTest().
| void RemoveAllObjects::writeData | ( | tnstream & | stream | ) | [virtual] |
Implements EventAction.
Definition at line 1222 of file gameevents.cpp.
References tnstream::writeInt(), and FieldAddressing::writeMapModificationData().
| void RemoveAllObjects::setup | ( | ) |
Reimplemented from FieldAddressing.
Definition at line 1238 of file gameevents.cpp.
References FieldAddressing::setup().
| ASCString RemoveAllObjects::getName | ( | ) | const [inline, virtual] |
1.5.1