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

Public Member Functions | |
| DtLoadScenarioPieceHandler () | |
| virtual | ~DtLoadScenarioPieceHandler () |
| virtual bool | loadScenarioPiece (const DtScenario &, void *userData=0)=0 |
| virtual DtLoadScenarioPieceHandler * | clone () const =0 |
| DtLoadScenarioPieceHandler::DtLoadScenarioPieceHandler | ( | ) |
CTOR.
|
virtual |
DTOR.
|
pure virtual |
Creates a new scenario object from the given file. It is up to the caller to delete this scenario object.
User data is specific to the handler
Implemented in DtLoadOrderOfBattleHandler.
|
pure virtual |
Implemented in DtLoadOrderOfBattleHandler.