![]() |
VR-Forces 5.0.3 Developer's Guide
|
The class to save a piece of the scenario. Return false if the save of that piece fails.

Public Member Functions | |
| DtSaveScenarioPieceHandler () | |
| virtual | ~DtSaveScenarioPieceHandler () |
| virtual bool | saveScenarioPiece (const DtScenario &, const std::map< DtUUID, DtLocalObject * > &, void *userData=0) const =0 |
| virtual DtSaveScenarioPieceHandler * | clone () const =0 |
| DtSaveScenarioPieceHandler::DtSaveScenarioPieceHandler | ( | ) |
CTOR.
|
virtual |
DTOR.
|
pure virtual |
Saves all objects to the file presented in the scenario.
User data is specific to the handler
Implemented in DtSaveOrderOfBattleHandler.
|
pure virtual |
Implemented in DtSaveOrderOfBattleHandler.