![]() |
VR-Forces 4.0.4 Class Documentation
|
This class is a collection of different kinds of scenario data that is saved in the .xtr file in the scenario file set. More...

Public Member Functions | |
| DtRwScenarioExtras (const DtString &name, DtReaderWriterRegistry *parentRegistry=NULL) | |
| constructor | |
| DtRwScenarioExtras (const DtSymbolString &name, DtReaderWriterRegistry *parentRegistry=NULL) | |
| DtRwScenarioExtras (const DtRwScenarioExtras &orig, const DtString &name, DtReaderWriterRegistry *parentRegistry=NULL) | |
| copy constructor | |
| const DtRwScenarioExtras & | operator= (const DtRwScenarioExtras &orig) |
| assignment operator | |
| virtual | ~DtRwScenarioExtras () |
| Destructor. | |
| virtual const char * | readerWriterType () const |
| Used to supply a string type that this reader writer type is. | |
| virtual void | clear () |
| Accessors and mutators for the scenario data. | |
| virtual void | setForceHostilityList (const DtRwForceDescriptionList &l) |
| Force-hostility data (managed by the hostility manager). | |
| virtual const DtRwForceDescriptionList & | forceHostilityList () const |
| Force-hostility data (managed by the hostility manager). | |
| virtual void | setSpawnTemplates (const DtRwSpawnDataList &t) |
| Spawn templates (managed by the spawn-sink manager). | |
| virtual const DtRwSpawnDataList & | spawnTemplates () const |
| Spawn templates (managed by the spawn-sink manager). | |
Protected Member Functions | |
| DtRwScenarioExtras () | |
| Constructors etc. | |
Protected Attributes | |
| DtRwForceDescriptionList | myForceHostilityList |
| These members are saved and loaded in the .xtr scenario file. | |
| DtRwSpawnDataList | mySpawnTemplates |
| These members are saved and loaded in the .xtr scenario file. | |
This class is a collection of different kinds of scenario data that is saved in the .xtr file in the scenario file set.
| DtRwScenarioExtras::DtRwScenarioExtras | ( | ) | [protected] |
Constructors etc.
Default constructor; not implemented.
| DtRwScenarioExtras::DtRwScenarioExtras | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
constructor
| DtRwScenarioExtras::DtRwScenarioExtras | ( | const DtSymbolString & | name, |
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
| DtRwScenarioExtras::DtRwScenarioExtras | ( | const DtRwScenarioExtras & | orig, |
| const DtString & | name, | ||
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
copy constructor
| virtual DtRwScenarioExtras::~DtRwScenarioExtras | ( | ) | [virtual] |
Destructor.
| const DtRwScenarioExtras& DtRwScenarioExtras::operator= | ( | const DtRwScenarioExtras & | orig | ) |
assignment operator
| virtual const char* DtRwScenarioExtras::readerWriterType | ( | ) | const [virtual] |
Used to supply a string type that this reader writer type is.
This can be used in place of dynamic-casting. Also used by the opd editor to determine which type of control to create
Reimplemented from DtReaderWriter.
| virtual void DtRwScenarioExtras::clear | ( | ) | [virtual] |
Accessors and mutators for the scenario data.
Clears (deletes) current data; used e.g. by scenario extras mgr to init
| virtual void DtRwScenarioExtras::setForceHostilityList | ( | const DtRwForceDescriptionList & | l | ) | [virtual] |
Force-hostility data (managed by the hostility manager).
| virtual const DtRwForceDescriptionList& DtRwScenarioExtras::forceHostilityList | ( | ) | const [virtual] |
Force-hostility data (managed by the hostility manager).
| virtual void DtRwScenarioExtras::setSpawnTemplates | ( | const DtRwSpawnDataList & | t | ) | [virtual] |
Spawn templates (managed by the spawn-sink manager).
| virtual const DtRwSpawnDataList& DtRwScenarioExtras::spawnTemplates | ( | ) | const [virtual] |
Spawn templates (managed by the spawn-sink manager).
These members are saved and loaded in the .xtr scenario file.
These members are saved and loaded in the .xtr scenario file.